Shades of Spring Rain #AACB9A
Tints of Spring Rain #AACB9A
RGB
CMYK
RGB Variations
Color information
#AACB9A (or 0xAACB9A) is known color: Spring Rain. HEX triplet: AA, CB and 9A. RGB value is (170,203,154). Sum of RGB (Red+Green+Blue) = 170+203+154=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACB9A is #553465. Grayscale: #BBBBBB. Windows color (decimal): -5583974 or 10144682. OLE color: 10144682.
HSL color Cylindrical-coordinate representation of color #AACB9A: hue angle of 100.41º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AACB9A is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 154 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.20 |
| HSL | 100.41º | 0.32% | 0.7% | - |
| HSV(B) | 100.41º | 0.24% | 0.8% | - |
| XYZ | 43.77 | 53.59 | 38.61 | - |
| YUV | 187.55 | 109.07 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 154 | 0.16 | 0 | 0.24 | 0.20 | 100.41 | 0.32 | 0.7 |
| Hex | AA | CB | 9A | 10 | 0 | 18 | 14 | 64 | 20 | 46 |
| Octal | 252 | 313 | 232 | 20 | 0 | 30 | 24 | 144 | 40 | 106 |
| Binary | 10101010 | 11001011 | 10011010 | 10000 | 0 | 11000 | 10100 | 1100100 | 100000 | 1000110 |
Color Harmonies of #AACB9A
Complementary color
Monochromatic Colors of #AACB9A
Black with #AACB9A
Text Example
Text Example
White with #AACB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACB9A; }
p { color: rgb(170,203,154); }
H1.HeaderClassName
{
color: #AACB9A;
}
.AnyTagClassName
{
color: #AACB9A;
}
</style>
background-color css
<style>
a { background-color: #AACB9A; }
a { background-color: rgb(170,203,154); }
div.DivClassName
{
background-color: #AACB9A;
}
.BgClassName
{
background-color: #AACB9A;
}
</style>
border-color css
<style>
span { border-color: #AACB9A; }
span { border-color: rgb(170,203,154); }
td.TdClassName
{
border-color: #AACB9A;
}
.TagClassName
{
border-color: #AACB9A;
}
</style>