Shades of Spring Rain #AAB8A4
Tints of Spring Rain #AAB8A4
RGB
CMYK
RGB Variations
Color information
#AAB8A4 (or 0xAAB8A4) is known color: Spring Rain. HEX triplet: AA, B8 and A4. RGB value is (170,184,164). Sum of RGB (Red+Green+Blue) = 170+184+164=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB8A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB8A4 is #55475B. Grayscale: #B1B1B1. Windows color (decimal): -5588828 or 10795178. OLE color: 10795178.
HSL color Cylindrical-coordinate representation of color #AAB8A4: hue angle of 102º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAB8A4 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 164 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.28 |
| HSL | 102º | 0.12% | 0.68% | - |
| HSV(B) | 102º | 0.11% | 0.72% | - |
| XYZ | 40.42 | 45.51 | 41.78 | - |
| YUV | 177.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 164 | 0.08 | 0 | 0.11 | 0.28 | 102 | 0.12 | 0.68 |
| Hex | AA | B8 | A4 | 8 | 0 | B | 1C | 66 | C | 44 |
| Octal | 252 | 270 | 244 | 10 | 0 | 13 | 34 | 146 | 14 | 104 |
| Binary | 10101010 | 10111000 | 10100100 | 1000 | 0 | 1011 | 11100 | 1100110 | 1100 | 1000100 |
Color Harmonies of #AAB8A4
Complementary color
Monochromatic Colors of #AAB8A4
Black with #AAB8A4
Text Example
Text Example
White with #AAB8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB8A4; }
p { color: rgb(170,184,164); }
H1.HeaderClassName
{
color: #AAB8A4;
}
.AnyTagClassName
{
color: #AAB8A4;
}
</style>
background-color css
<style>
a { background-color: #AAB8A4; }
a { background-color: rgb(170,184,164); }
div.DivClassName
{
background-color: #AAB8A4;
}
.BgClassName
{
background-color: #AAB8A4;
}
</style>
border-color css
<style>
span { border-color: #AAB8A4; }
span { border-color: rgb(170,184,164); }
td.TdClassName
{
border-color: #AAB8A4;
}
.TagClassName
{
border-color: #AAB8A4;
}
</style>