Color spaces of #ab932a
RGB | 171 | 147 | 42 |
---|---|---|---|
HSL | 0.14 | 0.61 | 0.42 |
HSV | 49° | 75° | 67° |
CMYK | 0.00 | 0.14 | 0.75 0.33 |
XYZ | 27.6462 | 29.6925 | 6.4646 |
Yxy | 29.6925 | 0.4333 | 0.4654 |
Hunter Lab | 54.4908 | -4.7961 | 31.1096 |
CIE-Lab | 61.3880 | -2.2835 | 55.4044 |
#ab932a color RGB value is (171,147,42).
#ab932a hex color red value is 171, green value is 147 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ab932a hue: 0.14 , saturation: 0.61 and the lightness value of ab932a is 0.42.
The process color (four color CMYK) of #ab932a color hex is 0.00, 0.14, 0.75, 0.33. Web safe color of #ab932a is #999933. Color #ab932a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10010011 | 00101010 |
Octal | 253 | 223 | 52 |
Decimal | 171 | 147 | 42 |
Hex | AB | 93 | 2A |
Shades of #ab932a
Tints of #ab932a
RGB Percentages of Color #ab932a
CMYK Percentages of Color #ab932a
Complementary Color
#ab932a | #2a42ab |
#ab932a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab932a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab932a Color CSS Codes
.mybgcolor {background-color:#ab932a; } .myforecolor {color:#ab932a; } .mybordercolor {border:3px solid #ab932a; }
#ab932a Text Font Color
<p style="color:#ab932a">Text here</p>
This sample text font color is #ab932a
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.
#ab932a Background Color
<div style="background-color:#ab932a">
Div content here</div>
This div background color is #ab932a
#ab932a Border Color
<div style="border:3px solid #ab932a">
Div here</div>
This div border color is #ab932a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,147,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab932a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab932a; -webkit-box-shadow: 1px 1px 3px 2px #ab932a; box-shadow: 1px 1px 3px 2px #ab932a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,147,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab932a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab932a; -webkit-box-shadow: 1px 1px 3px 2px #ab932a; box-shadow: 1px 1px 3px 2px #ab932a;">
Div content here</div>
This div box has shadow with color #ab932a
Comments
No comments written yet.
Please login to write comment.