Color spaces of #aba95b
RGB | 171 | 169 | 91 |
---|---|---|---|
HSL | 0.16 | 0.32 | 0.51 |
HSV | 59° | 47° | 67° |
CMYK | 0.00 | 0.01 | 0.47 0.33 |
XYZ | 32.8709 | 37.7892 | 15.4591 |
Yxy | 37.7892 | 0.3817 | 0.4388 |
Hunter Lab | 61.4729 | -12.1298 | 28.1209 |
CIE-Lab | 67.8650 | -10.5241 | 40.2578 |
#aba95b color RGB value is (171,169,91).
#aba95b hex color red value is 171, green value is 169 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #aba95b hue: 0.16 , saturation: 0.32 and the lightness value of aba95b is 0.51.
The process color (four color CMYK) of #aba95b color hex is 0.00, 0.01, 0.47, 0.33. Web safe color of #aba95b is #999966. Color #aba95b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10101001 | 01011011 |
Octal | 253 | 251 | 133 |
Decimal | 171 | 169 | 91 |
Hex | AB | A9 | 5B |
Shades of #aba95b
Tints of #aba95b
RGB Percentages of Color #aba95b
CMYK Percentages of Color #aba95b
Complementary Color
#aba95b | #5b5dab |
#aba95b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aba95b Color Preview on White Background
Lorem ipsum dolor sit amet.
#aba95b Color CSS Codes
.mybgcolor {background-color:#aba95b; } .myforecolor {color:#aba95b; } .mybordercolor {border:3px solid #aba95b; }
#aba95b Text Font Color
<p style="color:#aba95b">Text here</p>
This sample text font color is #aba95b
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.
#aba95b Background Color
<div style="background-color:#aba95b">
Div content here</div>
This div background color is #aba95b
#aba95b Border Color
<div style="border:3px solid #aba95b">
Div here</div>
This div border color is #aba95b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,169,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aba95b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aba95b; -webkit-box-shadow: 1px 1px 3px 2px #aba95b; box-shadow: 1px 1px 3px 2px #aba95b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,169,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aba95b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aba95b; -webkit-box-shadow: 1px 1px 3px 2px #aba95b; box-shadow: 1px 1px 3px 2px #aba95b;">
Div content here</div>
This div box has shadow with color #aba95b
Comments
No comments written yet.
Please login to write comment.