Color spaces of #aab291
RGB | 170 | 178 | 145 |
---|---|---|---|
HSL | 0.21 | 0.18 | 0.63 |
HSV | 75° | 19° | 70° |
CMYK | 0.04 | 0.00 | 0.19 0.30 |
XYZ | 37.6088 | 42.4312 | 32.9959 |
Yxy | 42.4312 | 0.3327 | 0.3754 |
Hunter Lab | 65.1392 | -10.9349 | 15.5645 |
CIE-Lab | 71.1672 | -8.6466 | 15.9510 |
#aab291 color RGB value is (170,178,145).
#aab291 hex color red value is 170, green value is 178 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #aab291 hue: 0.21 , saturation: 0.18 and the lightness value of aab291 is 0.63.
The process color (four color CMYK) of #aab291 color hex is 0.04, 0.00, 0.19, 0.30. Web safe color of #aab291 is #999999. Color #aab291 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10110010 | 10010001 |
Octal | 252 | 262 | 221 |
Decimal | 170 | 178 | 145 |
Hex | AA | B2 | 91 |
Shades of #aab291
Tints of #aab291
RGB Percentages of Color #aab291
CMYK Percentages of Color #aab291
Complementary Color
#aab291 | #9991b2 |
#aab291 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aab291 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aab291 Color CSS Codes
.mybgcolor {background-color:#aab291; } .myforecolor {color:#aab291; } .mybordercolor {border:3px solid #aab291; }
#aab291 Text Font Color
<p style="color:#aab291">Text here</p>
This sample text font color is #aab291
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.
#aab291 Background Color
<div style="background-color:#aab291">
Div content here</div>
This div background color is #aab291
#aab291 Border Color
<div style="border:3px solid #aab291">
Div here</div>
This div border color is #aab291
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,178,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aab291; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aab291; -webkit-box-shadow: 1px 1px 3px 2px #aab291; box-shadow: 1px 1px 3px 2px #aab291; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,178,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aab291">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aab291; -webkit-box-shadow: 1px 1px 3px 2px #aab291; box-shadow: 1px 1px 3px 2px #aab291;">
Div content here</div>
This div box has shadow with color #aab291
Comments
No comments written yet.
Please login to write comment.