Shades of Spring Rain #AAB6A3
Tints of Spring Rain #AAB6A3
RGB
CMYK
RGB Variations
Color information
#AAB6A3 (or 0xAAB6A3) is known color: Spring Rain. HEX triplet: AA, B6 and A3. RGB value is (170,182,163). Sum of RGB (Red+Green+Blue) = 170+182+163=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 163 (64.06% from 255 or 31.65% from 515); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB6A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB6A3 is #55495C. Grayscale: #B0B0B0. Windows color (decimal): -5589341 or 10729130. OLE color: 10729130.
HSL color Cylindrical-coordinate representation of color #AAB6A3: hue angle of 97.89º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAB6A3 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 163 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.29 |
| HSL | 97.89º | 0.12% | 0.68% | - |
| HSV(B) | 97.89º | 0.1% | 0.71% | - |
| XYZ | 39.92 | 44.65 | 41.16 | - |
| YUV | 176.25 | 120.52 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 163 | 0.07 | 0 | 0.10 | 0.29 | 97.89 | 0.12 | 0.68 |
| Hex | AA | B6 | A3 | 7 | 0 | A | 1D | 62 | C | 44 |
| Octal | 252 | 266 | 243 | 7 | 0 | 12 | 35 | 142 | 14 | 104 |
| Binary | 10101010 | 10110110 | 10100011 | 111 | 0 | 1010 | 11101 | 1100010 | 1100 | 1000100 |
Color Harmonies of #AAB6A3
Complementary color
Monochromatic Colors of #AAB6A3
Black with #AAB6A3
Text Example
Text Example
White with #AAB6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB6A3; }
p { color: rgb(170,182,163); }
H1.HeaderClassName
{
color: #AAB6A3;
}
.AnyTagClassName
{
color: #AAB6A3;
}
</style>
background-color css
<style>
a { background-color: #AAB6A3; }
a { background-color: rgb(170,182,163); }
div.DivClassName
{
background-color: #AAB6A3;
}
.BgClassName
{
background-color: #AAB6A3;
}
</style>
border-color css
<style>
span { border-color: #AAB6A3; }
span { border-color: rgb(170,182,163); }
td.TdClassName
{
border-color: #AAB6A3;
}
.TagClassName
{
border-color: #AAB6A3;
}
</style>