Color spaces of #aba974
RGB | 171 | 169 | 116 |
---|---|---|---|
HSL | 0.16 | 0.25 | 0.56 |
HSV | 58° | 32° | 67° |
CMYK | 0.00 | 0.01 | 0.32 0.33 |
XYZ | 34.1349 | 38.2948 | 22.1155 |
Yxy | 38.2948 | 0.3610 | 0.4050 |
Hunter Lab | 61.8828 | -9.8333 | 22.1291 |
CIE-Lab | 68.2373 | -7.6870 | 27.6724 |
#aba974 color RGB value is (171,169,116).
#aba974 hex color red value is 171, green value is 169 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #aba974 hue: 0.16 , saturation: 0.25 and the lightness value of aba974 is 0.56.
The process color (four color CMYK) of #aba974 color hex is 0.00, 0.01, 0.32, 0.33. Web safe color of #aba974 is #999966. Color #aba974 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10101001 | 01110100 |
Octal | 253 | 251 | 164 |
Decimal | 171 | 169 | 116 |
Hex | AB | A9 | 74 |
Shades of #aba974
Tints of #aba974
RGB Percentages of Color #aba974
CMYK Percentages of Color #aba974
Complementary Color
#aba974 | #7476ab |
#aba974 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aba974 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aba974 Color CSS Codes
.mybgcolor {background-color:#aba974; } .myforecolor {color:#aba974; } .mybordercolor {border:3px solid #aba974; }
#aba974 Text Font Color
<p style="color:#aba974">Text here</p>
This sample text font color is #aba974
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.
#aba974 Background Color
<div style="background-color:#aba974">
Div content here</div>
This div background color is #aba974
#aba974 Border Color
<div style="border:3px solid #aba974">
Div here</div>
This div border color is #aba974
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,169,116, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aba974; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aba974; -webkit-box-shadow: 1px 1px 3px 2px #aba974; box-shadow: 1px 1px 3px 2px #aba974; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,169,116, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aba974">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aba974; -webkit-box-shadow: 1px 1px 3px 2px #aba974; box-shadow: 1px 1px 3px 2px #aba974;">
Div content here</div>
This div box has shadow with color #aba974
Comments
No comments written yet.
Please login to write comment.