Shades of Spring Rain #AAB2A6
Tints of Spring Rain #AAB2A6
RGB
CMYK
RGB Variations
Color information
#AAB2A6 (or 0xAAB2A6) is known color: Spring Rain. HEX triplet: AA, B2 and A6. RGB value is (170,178,166). Sum of RGB (Red+Green+Blue) = 170+178+166=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB2A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB2A6 is #554D59. Grayscale: #AEAEAE. Windows color (decimal): -5590362 or 10924714. OLE color: 10924714.
HSL color Cylindrical-coordinate representation of color #AAB2A6: hue angle of 100º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAB2A6 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 166 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.30 |
| HSL | 100º | 0.07% | 0.67% | - |
| HSV(B) | 100º | 0.07% | 0.7% | - |
| XYZ | 39.38 | 43.14 | 42.33 | - |
| YUV | 174.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 166 | 0.04 | 0 | 0.07 | 0.30 | 100 | 0.07 | 0.67 |
| Hex | AA | B2 | A6 | 4 | 0 | 7 | 1E | 64 | 7 | 43 |
| Octal | 252 | 262 | 246 | 4 | 0 | 7 | 36 | 144 | 7 | 103 |
| Binary | 10101010 | 10110010 | 10100110 | 100 | 0 | 111 | 11110 | 1100100 | 111 | 1000011 |
Color Harmonies of #AAB2A6
Complementary color
Monochromatic Colors of #AAB2A6
Black with #AAB2A6
Text Example
Text Example
White with #AAB2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB2A6; }
p { color: rgb(170,178,166); }
H1.HeaderClassName
{
color: #AAB2A6;
}
.AnyTagClassName
{
color: #AAB2A6;
}
</style>
background-color css
<style>
a { background-color: #AAB2A6; }
a { background-color: rgb(170,178,166); }
div.DivClassName
{
background-color: #AAB2A6;
}
.BgClassName
{
background-color: #AAB2A6;
}
</style>
border-color css
<style>
span { border-color: #AAB2A6; }
span { border-color: rgb(170,178,166); }
td.TdClassName
{
border-color: #AAB2A6;
}
.TagClassName
{
border-color: #AAB2A6;
}
</style>