Color spaces of #ab9444
RGB | 171 | 148 | 68 |
---|---|---|---|
HSL | 0.13 | 0.43 | 0.47 |
HSV | 47° | 60° | 67° |
CMYK | 0.00 | 0.13 | 0.60 0.33 |
XYZ | 28.4279 | 30.2551 | 9.8103 |
Yxy | 30.2551 | 0.4150 | 0.4417 |
Hunter Lab | 55.0046 | -4.0044 | 27.9286 |
CIE-Lab | 61.8737 | -1.2837 | 44.6039 |
#ab9444 color RGB value is (171,148,68).
#ab9444 hex color red value is 171, green value is 148 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #ab9444 hue: 0.13 , saturation: 0.43 and the lightness value of ab9444 is 0.47.
The process color (four color CMYK) of #ab9444 color hex is 0.00, 0.13, 0.60, 0.33. Web safe color of #ab9444 is #999933. Color #ab9444 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10010100 | 01000100 |
Octal | 253 | 224 | 104 |
Decimal | 171 | 148 | 68 |
Hex | AB | 94 | 44 |
Shades of #ab9444
Tints of #ab9444
RGB Percentages of Color #ab9444
CMYK Percentages of Color #ab9444
Complementary Color
#ab9444 | #445bab |
#ab9444 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab9444 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab9444 Color CSS Codes
.mybgcolor {background-color:#ab9444; } .myforecolor {color:#ab9444; } .mybordercolor {border:3px solid #ab9444; }
#ab9444 Text Font Color
<p style="color:#ab9444">Text here</p>
This sample text font color is #ab9444
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.
#ab9444 Background Color
<div style="background-color:#ab9444">
Div content here</div>
This div background color is #ab9444
#ab9444 Border Color
<div style="border:3px solid #ab9444">
Div here</div>
This div border color is #ab9444
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,148,68, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab9444; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab9444; -webkit-box-shadow: 1px 1px 3px 2px #ab9444; box-shadow: 1px 1px 3px 2px #ab9444; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,148,68, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab9444">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab9444; -webkit-box-shadow: 1px 1px 3px 2px #ab9444; box-shadow: 1px 1px 3px 2px #ab9444;">
Div content here</div>
This div box has shadow with color #ab9444
Comments
No comments written yet.
Please login to write comment.