Color spaces of #aaaba2
RGB | 170 | 171 | 162 |
---|---|---|---|
HSL | 0.19 | 0.05 | 0.65 |
HSV | 67° | 5° | 67° |
CMYK | 0.01 | 0.00 | 0.05 0.33 |
XYZ | 37.6621 | 40.2805 | 39.9723 |
Yxy | 40.2805 | 0.3194 | 0.3416 |
Hunter Lab | 63.4669 | -5.1429 | 7.0852 |
CIE-Lab | 69.6689 | -2.0149 | 4.4983 |
#aaaba2 color RGB value is (170,171,162).
#aaaba2 hex color red value is 170, green value is 171 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #aaaba2 hue: 0.19 , saturation: 0.05 and the lightness value of aaaba2 is 0.65.
The process color (four color CMYK) of #aaaba2 color hex is 0.01, 0.00, 0.05, 0.33. Web safe color of #aaaba2 is #999999. Color #aaaba2 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10101011 | 10100010 |
Octal | 252 | 253 | 242 |
Decimal | 170 | 171 | 162 |
Hex | AA | AB | A2 |
Shades of #aaaba2
Tints of #aaaba2
RGB Percentages of Color #aaaba2
CMYK Percentages of Color #aaaba2
Complementary Color
#aaaba2 | #a3a2ab |
#aaaba2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaaba2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaaba2 Color CSS Codes
.mybgcolor {background-color:#aaaba2; } .myforecolor {color:#aaaba2; } .mybordercolor {border:3px solid #aaaba2; }
#aaaba2 Text Font Color
<p style="color:#aaaba2">Text here</p>
This sample text font color is #aaaba2
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.
#aaaba2 Background Color
<div style="background-color:#aaaba2">
Div content here</div>
This div background color is #aaaba2
#aaaba2 Border Color
<div style="border:3px solid #aaaba2">
Div here</div>
This div border color is #aaaba2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,171,162, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaaba2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaaba2; -webkit-box-shadow: 1px 1px 3px 2px #aaaba2; box-shadow: 1px 1px 3px 2px #aaaba2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,171,162, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaaba2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaaba2; -webkit-box-shadow: 1px 1px 3px 2px #aaaba2; box-shadow: 1px 1px 3px 2px #aaaba2;">
Div content here</div>
This div box has shadow with color #aaaba2
Comments
No comments written yet.
Please login to write comment.