Color spaces of #a94948
RGB | 169 | 73 | 72 |
---|---|---|---|
HSL | 0.00 | 0.40 | 0.47 |
HSV | 1° | 57° | 66° |
CMYK | 0.00 | 0.57 | 0.57 0.34 |
XYZ | 19.9144 | 13.6680 | 7.7195 |
Yxy | 13.6680 | 0.4822 | 0.3309 |
Hunter Lab | 36.9703 | 31.4529 | 13.4993 |
CIE-Lab | 43.7530 | 39.4143 | 20.2460 |
#a94948 color RGB value is (169,73,72).
#a94948 hex color red value is 169, green value is 73 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #a94948 hue: 0.00 , saturation: 0.40 and the lightness value of a94948 is 0.47.
The process color (four color CMYK) of #a94948 color hex is 0.00, 0.57, 0.57, 0.34. Web safe color of #a94948 is #993333. Color #a94948 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 01001001 | 01001000 |
Octal | 251 | 111 | 110 |
Decimal | 169 | 73 | 72 |
Hex | A9 | 49 | 48 |
Shades of #a94948
Tints of #a94948
RGB Percentages of Color #a94948
CMYK Percentages of Color #a94948
Complementary Color
#a94948 | #48a8a9 |
#a94948 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a94948 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a94948 Color CSS Codes
.mybgcolor {background-color:#a94948; } .myforecolor {color:#a94948; } .mybordercolor {border:3px solid #a94948; }
#a94948 Text Font Color
<p style="color:#a94948">Text here</p>
This sample text font color is #a94948
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#a94948 Background Color
<div style="background-color:#a94948">
Div content here</div>
This div background color is #a94948
#a94948 Border Color
<div style="border:3px solid #a94948">
Div here</div>
This div border color is #a94948
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,73,72, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a94948; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a94948; -webkit-box-shadow: 1px 1px 3px 2px #a94948; box-shadow: 1px 1px 3px 2px #a94948; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,73,72, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a94948">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a94948; -webkit-box-shadow: 1px 1px 3px 2px #a94948; box-shadow: 1px 1px 3px 2px #a94948;">
Div content here</div>
This div box has shadow with color #a94948
Comments
No comments written yet.
Please login to write comment.