Color spaces of #aba699
RGB | 171 | 166 | 153 |
---|---|---|---|
HSL | 0.12 | 0.10 | 0.64 |
HSV | 43° | 11° | 67° |
CMYK | 0.00 | 0.03 | 0.11 0.33 |
XYZ | 36.1806 | 38.2303 | 35.6093 |
Yxy | 38.2303 | 0.3289 | 0.3475 |
Hunter Lab | 61.8307 | -3.7532 | 9.1354 |
CIE-Lab | 68.1900 | -0.5206 | 7.3609 |
#aba699 color RGB value is (171,166,153).
#aba699 hex color red value is 171, green value is 166 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #aba699 hue: 0.12 , saturation: 0.10 and the lightness value of aba699 is 0.64.
The process color (four color CMYK) of #aba699 color hex is 0.00, 0.03, 0.11, 0.33. Web safe color of #aba699 is #999999. Color #aba699 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10100110 | 10011001 |
Octal | 253 | 246 | 231 |
Decimal | 171 | 166 | 153 |
Hex | AB | A6 | 99 |
Shades of #aba699
Tints of #aba699
RGB Percentages of Color #aba699
CMYK Percentages of Color #aba699
Complementary Color
#aba699 | #999eab |
#aba699 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aba699 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aba699 Color CSS Codes
.mybgcolor {background-color:#aba699; } .myforecolor {color:#aba699; } .mybordercolor {border:3px solid #aba699; }
#aba699 Text Font Color
<p style="color:#aba699">Text here</p>
This sample text font color is #aba699
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.
#aba699 Background Color
<div style="background-color:#aba699">
Div content here</div>
This div background color is #aba699
#aba699 Border Color
<div style="border:3px solid #aba699">
Div here</div>
This div border color is #aba699
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,166,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aba699; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aba699; -webkit-box-shadow: 1px 1px 3px 2px #aba699; box-shadow: 1px 1px 3px 2px #aba699; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,166,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aba699">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aba699; -webkit-box-shadow: 1px 1px 3px 2px #aba699; box-shadow: 1px 1px 3px 2px #aba699;">
Div content here</div>
This div box has shadow with color #aba699
Comments
No comments written yet.
Please login to write comment.