Shades of Spring Rain #AAB5A4
Tints of Spring Rain #AAB5A4
RGB
CMYK
RGB Variations
Color information
#AAB5A4 (or 0xAAB5A4) is known color: Spring Rain. HEX triplet: AA, B5 and A4. RGB value is (170,181,164). Sum of RGB (Red+Green+Blue) = 170+181+164=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 164 (64.45% from 255 or 31.84% from 515); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB5A4 is #554A5B. Grayscale: #AFAFAF. Windows color (decimal): -5589596 or 10794410. OLE color: 10794410.
HSL color Cylindrical-coordinate representation of color #AAB5A4: hue angle of 98.82º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAB5A4 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 164 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.29 |
| HSL | 98.82º | 0.1% | 0.68% | - |
| HSV(B) | 98.82º | 0.09% | 0.71% | - |
| XYZ | 39.8 | 44.27 | 41.57 | - |
| YUV | 175.77 | 121.36 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 164 | 0.06 | 0 | 0.09 | 0.29 | 98.82 | 0.1 | 0.68 |
| Hex | AA | B5 | A4 | 6 | 0 | 9 | 1D | 63 | A | 44 |
| Octal | 252 | 265 | 244 | 6 | 0 | 11 | 35 | 143 | 12 | 104 |
| Binary | 10101010 | 10110101 | 10100100 | 110 | 0 | 1001 | 11101 | 1100011 | 1010 | 1000100 |
Color Harmonies of #AAB5A4
Complementary color
Monochromatic Colors of #AAB5A4
Black with #AAB5A4
Text Example
Text Example
White with #AAB5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB5A4; }
p { color: rgb(170,181,164); }
H1.HeaderClassName
{
color: #AAB5A4;
}
.AnyTagClassName
{
color: #AAB5A4;
}
</style>
background-color css
<style>
a { background-color: #AAB5A4; }
a { background-color: rgb(170,181,164); }
div.DivClassName
{
background-color: #AAB5A4;
}
.BgClassName
{
background-color: #AAB5A4;
}
</style>
border-color css
<style>
span { border-color: #AAB5A4; }
span { border-color: rgb(170,181,164); }
td.TdClassName
{
border-color: #AAB5A4;
}
.TagClassName
{
border-color: #AAB5A4;
}
</style>