Shades of Spring Rain #AAB2A8
Tints of Spring Rain #AAB2A8
RGB
CMYK
RGB Variations
Color information
#AAB2A8 (or 0xAAB2A8) is known color: Spring Rain. HEX triplet: AA, B2 and A8. RGB value is (170,178,168). Sum of RGB (Red+Green+Blue) = 170+178+168=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB2A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB2A8 is #554D57. Grayscale: #AEAEAE. Windows color (decimal): -5590360 or 11055786. OLE color: 11055786.
HSL color Cylindrical-coordinate representation of color #AAB2A8: hue angle of 108º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AAB2A8 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
RGB | 170 | 178 | 168 | - |
CMYK | 0.04 | 0 | 0.06 | 0.30 |
HSL | 108º | 0.06% | 0.68% | - |
HSV(B) | 108º | 0.06% | 0.7% | - |
XYZ | 39.57 | 43.21 | 43.3 | - |
YUV | 174.47 | 124.35 | 124.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 178 | 168 | 0.04 | 0 | 0.06 | 0.30 | 108 | 0.06 | 0.68 |
Hex | AA | B2 | A8 | 4 | 0 | 6 | 1E | 6C | 6 | 44 |
Octal | 252 | 262 | 250 | 4 | 0 | 6 | 36 | 154 | 6 | 104 |
Binary | 10101010 | 10110010 | 10101000 | 100 | 0 | 110 | 11110 | 1101100 | 110 | 1000100 |
Color Harmonies of #AAB2A8
Complementary color
Monochromatic Colors of #AAB2A8
Black with #AAB2A8
Text Example
Text Example
White with #AAB2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB2A8; }
p { color: rgb(170,178,168); }
H1.HeaderClassName
{
color: #AAB2A8;
}
.AnyTagClassName
{
color: #AAB2A8;
}
</style>
background-color css
<style>
a { background-color: #AAB2A8; }
a { background-color: rgb(170,178,168); }
div.DivClassName
{
background-color: #AAB2A8;
}
.BgClassName
{
background-color: #AAB2A8;
}
</style>
border-color css
<style>
span { border-color: #AAB2A8; }
span { border-color: rgb(170,178,168); }
td.TdClassName
{
border-color: #AAB2A8;
}
.TagClassName
{
border-color: #AAB2A8;
}
</style>