Shades of Spring Rain #AAB7A5
Tints of Spring Rain #AAB7A5
RGB
CMYK
RGB Variations
Color information
#AAB7A5 (or 0xAAB7A5) is known color: Spring Rain. HEX triplet: AA, B7 and A5. RGB value is (170,183,165). Sum of RGB (Red+Green+Blue) = 170+183+165=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB7A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB7A5 is #55485A. Grayscale: #B1B1B1. Windows color (decimal): -5589083 or 10860458. OLE color: 10860458.
HSL color Cylindrical-coordinate representation of color #AAB7A5: hue angle of 103.33º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAB7A5 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 165 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.28 |
| HSL | 103.33º | 0.11% | 0.68% | - |
| HSV(B) | 103.33º | 0.1% | 0.72% | - |
| XYZ | 40.3 | 45.13 | 42.18 | - |
| YUV | 177.06 | 121.19 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 165 | 0.07 | 0 | 0.10 | 0.28 | 103.33 | 0.11 | 0.68 |
| Hex | AA | B7 | A5 | 7 | 0 | A | 1C | 67 | B | 44 |
| Octal | 252 | 267 | 245 | 7 | 0 | 12 | 34 | 147 | 13 | 104 |
| Binary | 10101010 | 10110111 | 10100101 | 111 | 0 | 1010 | 11100 | 1100111 | 1011 | 1000100 |
Color Harmonies of #AAB7A5
Complementary color
Monochromatic Colors of #AAB7A5
Black with #AAB7A5
Text Example
Text Example
White with #AAB7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7A5; }
p { color: rgb(170,183,165); }
H1.HeaderClassName
{
color: #AAB7A5;
}
.AnyTagClassName
{
color: #AAB7A5;
}
</style>
background-color css
<style>
a { background-color: #AAB7A5; }
a { background-color: rgb(170,183,165); }
div.DivClassName
{
background-color: #AAB7A5;
}
.BgClassName
{
background-color: #AAB7A5;
}
</style>
border-color css
<style>
span { border-color: #AAB7A5; }
span { border-color: rgb(170,183,165); }
td.TdClassName
{
border-color: #AAB7A5;
}
.TagClassName
{
border-color: #AAB7A5;
}
</style>