Shades of Spring Rain #A2B99A
Tints of Spring Rain #A2B99A
RGB
CMYK
RGB Variations
Color information
#A2B99A (or 0xA2B99A) is known color: Spring Rain. HEX triplet: A2, B9 and 9A. RGB value is (162,185,154). Sum of RGB (Red+Green+Blue) = 162+185+154=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B99A is #5D4665. Grayscale: #AEAEAE. Windows color (decimal): -6112870 or 10140066. OLE color: 10140066.
HSL color Cylindrical-coordinate representation of color #A2B99A: hue angle of 104.52º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A2B99A is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 185 | 154 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.27 |
| HSL | 104.52º | 0.18% | 0.66% | - |
| HSV(B) | 104.52º | 0.17% | 0.73% | - |
| XYZ | 38.08 | 44.71 | 37.2 | - |
| YUV | 174.59 | 116.38 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 185 | 154 | 0.12 | 0 | 0.17 | 0.27 | 104.52 | 0.18 | 0.66 |
| Hex | A2 | B9 | 9A | C | 0 | 11 | 1B | 69 | 12 | 42 |
| Octal | 242 | 271 | 232 | 14 | 0 | 21 | 33 | 151 | 22 | 102 |
| Binary | 10100010 | 10111001 | 10011010 | 1100 | 0 | 10001 | 11011 | 1101001 | 10010 | 1000010 |
Color Harmonies of #A2B99A
Complementary color
Monochromatic Colors of #A2B99A
Black with #A2B99A
Text Example
Text Example
White with #A2B99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B99A; }
p { color: rgb(162,185,154); }
H1.HeaderClassName
{
color: #A2B99A;
}
.AnyTagClassName
{
color: #A2B99A;
}
</style>
background-color css
<style>
a { background-color: #A2B99A; }
a { background-color: rgb(162,185,154); }
div.DivClassName
{
background-color: #A2B99A;
}
.BgClassName
{
background-color: #A2B99A;
}
</style>
border-color css
<style>
span { border-color: #A2B99A; }
span { border-color: rgb(162,185,154); }
td.TdClassName
{
border-color: #A2B99A;
}
.TagClassName
{
border-color: #A2B99A;
}
</style>