Shades of Spring Rain #AAB5A7
Tints of Spring Rain #AAB5A7
RGB
CMYK
RGB Variations
Color information
#AAB5A7 (or 0xAAB5A7) is known color: Spring Rain. HEX triplet: AA, B5 and A7. RGB value is (170,181,167). Sum of RGB (Red+Green+Blue) = 170+181+167=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB5A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB5A7 is #554A58. Grayscale: #B0B0B0. Windows color (decimal): -5589593 or 10991018. OLE color: 10991018.
HSL color Cylindrical-coordinate representation of color #AAB5A7: hue angle of 107.14º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAB5A7 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 167 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.29 |
| HSL | 107.14º | 0.09% | 0.68% | - |
| HSV(B) | 107.14º | 0.08% | 0.71% | - |
| XYZ | 40.08 | 44.38 | 43.01 | - |
| YUV | 176.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 167 | 0.06 | 0 | 0.08 | 0.29 | 107.14 | 0.09 | 0.68 |
| Hex | AA | B5 | A7 | 6 | 0 | 8 | 1D | 6B | 9 | 44 |
| Octal | 252 | 265 | 247 | 6 | 0 | 10 | 35 | 153 | 11 | 104 |
| Binary | 10101010 | 10110101 | 10100111 | 110 | 0 | 1000 | 11101 | 1101011 | 1001 | 1000100 |
Color Harmonies of #AAB5A7
Complementary color
Monochromatic Colors of #AAB5A7
Black with #AAB5A7
Text Example
Text Example
White with #AAB5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB5A7; }
p { color: rgb(170,181,167); }
H1.HeaderClassName
{
color: #AAB5A7;
}
.AnyTagClassName
{
color: #AAB5A7;
}
</style>
background-color css
<style>
a { background-color: #AAB5A7; }
a { background-color: rgb(170,181,167); }
div.DivClassName
{
background-color: #AAB5A7;
}
.BgClassName
{
background-color: #AAB5A7;
}
</style>
border-color css
<style>
span { border-color: #AAB5A7; }
span { border-color: rgb(170,181,167); }
td.TdClassName
{
border-color: #AAB5A7;
}
.TagClassName
{
border-color: #AAB5A7;
}
</style>