Shades of Spring Rain #AAB7A3
Tints of Spring Rain #AAB7A3
RGB
CMYK
RGB Variations
Color information
#AAB7A3 (or 0xAAB7A3) is known color: Spring Rain. HEX triplet: AA, B7 and A3. RGB value is (170,183,163). Sum of RGB (Red+Green+Blue) = 170+183+163=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB7A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB7A3 is #55485C. Grayscale: #B0B0B0. Windows color (decimal): -5589085 or 10729386. OLE color: 10729386.
HSL color Cylindrical-coordinate representation of color #AAB7A3: hue angle of 99º 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 #AAB7A3 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 163 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.28 |
| HSL | 99º | 0.12% | 0.68% | - |
| HSV(B) | 99º | 0.11% | 0.72% | - |
| XYZ | 40.12 | 45.06 | 41.23 | - |
| YUV | 176.83 | 120.19 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 163 | 0.07 | 0 | 0.11 | 0.28 | 99 | 0.12 | 0.68 |
| Hex | AA | B7 | A3 | 7 | 0 | B | 1C | 63 | C | 44 |
| Octal | 252 | 267 | 243 | 7 | 0 | 13 | 34 | 143 | 14 | 104 |
| Binary | 10101010 | 10110111 | 10100011 | 111 | 0 | 1011 | 11100 | 1100011 | 1100 | 1000100 |
Color Harmonies of #AAB7A3
Complementary color
Monochromatic Colors of #AAB7A3
Black with #AAB7A3
Text Example
Text Example
White with #AAB7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7A3; }
p { color: rgb(170,183,163); }
H1.HeaderClassName
{
color: #AAB7A3;
}
.AnyTagClassName
{
color: #AAB7A3;
}
</style>
background-color css
<style>
a { background-color: #AAB7A3; }
a { background-color: rgb(170,183,163); }
div.DivClassName
{
background-color: #AAB7A3;
}
.BgClassName
{
background-color: #AAB7A3;
}
</style>
border-color css
<style>
span { border-color: #AAB7A3; }
span { border-color: rgb(170,183,163); }
td.TdClassName
{
border-color: #AAB7A3;
}
.TagClassName
{
border-color: #AAB7A3;
}
</style>