Shades of Spring Rain #AAB4A8
Tints of Spring Rain #AAB4A8
RGB
CMYK
RGB Variations
Color information
#AAB4A8 (or 0xAAB4A8) is known color: Spring Rain. HEX triplet: AA, B4 and A8. RGB value is (170,180,168). Sum of RGB (Red+Green+Blue) = 170+180+168=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB4A8 is #554B57. Grayscale: #AFAFAF. Windows color (decimal): -5589848 or 11056298. OLE color: 11056298.
HSL color Cylindrical-coordinate representation of color #AAB4A8: hue angle of 110º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAB4A8 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 168 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.29 |
| HSL | 110º | 0.07% | 0.68% | - |
| HSV(B) | 110º | 0.07% | 0.71% | - |
| XYZ | 39.97 | 44.02 | 43.44 | - |
| YUV | 175.64 | 123.69 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 168 | 0.06 | 0 | 0.07 | 0.29 | 110 | 0.07 | 0.68 |
| Hex | AA | B4 | A8 | 6 | 0 | 7 | 1D | 6E | 7 | 44 |
| Octal | 252 | 264 | 250 | 6 | 0 | 7 | 35 | 156 | 7 | 104 |
| Binary | 10101010 | 10110100 | 10101000 | 110 | 0 | 111 | 11101 | 1101110 | 111 | 1000100 |
Color Harmonies of #AAB4A8
Complementary color
Monochromatic Colors of #AAB4A8
Black with #AAB4A8
Text Example
Text Example
White with #AAB4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB4A8; }
p { color: rgb(170,180,168); }
H1.HeaderClassName
{
color: #AAB4A8;
}
.AnyTagClassName
{
color: #AAB4A8;
}
</style>
background-color css
<style>
a { background-color: #AAB4A8; }
a { background-color: rgb(170,180,168); }
div.DivClassName
{
background-color: #AAB4A8;
}
.BgClassName
{
background-color: #AAB4A8;
}
</style>
border-color css
<style>
span { border-color: #AAB4A8; }
span { border-color: rgb(170,180,168); }
td.TdClassName
{
border-color: #AAB4A8;
}
.TagClassName
{
border-color: #AAB4A8;
}
</style>