Shades of Spring Rain #A2B09A
Tints of Spring Rain #A2B09A
RGB
CMYK
RGB Variations
Color information
#A2B09A (or 0xA2B09A) is known color: Spring Rain. HEX triplet: A2, B0 and 9A. RGB value is (162,176,154). Sum of RGB (Red+Green+Blue) = 162+176+154=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2B09A is #5D4F65. Grayscale: #A9A9A9. Windows color (decimal): -6115174 or 10137762. OLE color: 10137762.
HSL color Cylindrical-coordinate representation of color #A2B09A: hue angle of 98.18º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A2B09A is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 176 | 154 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.31 |
| HSL | 98.18º | 0.12% | 0.65% | - |
| HSV(B) | 98.18º | 0.13% | 0.69% | - |
| XYZ | 36.26 | 41.07 | 36.59 | - |
| YUV | 169.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 176 | 154 | 0.08 | 0 | 0.12 | 0.31 | 98.18 | 0.12 | 0.65 |
| Hex | A2 | B0 | 9A | 8 | 0 | C | 1F | 62 | C | 41 |
| Octal | 242 | 260 | 232 | 10 | 0 | 14 | 37 | 142 | 14 | 101 |
| Binary | 10100010 | 10110000 | 10011010 | 1000 | 0 | 1100 | 11111 | 1100010 | 1100 | 1000001 |
Color Harmonies of #A2B09A
Complementary color
Monochromatic Colors of #A2B09A
Black with #A2B09A
Text Example
Text Example
White with #A2B09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B09A; }
p { color: rgb(162,176,154); }
H1.HeaderClassName
{
color: #A2B09A;
}
.AnyTagClassName
{
color: #A2B09A;
}
</style>
background-color css
<style>
a { background-color: #A2B09A; }
a { background-color: rgb(162,176,154); }
div.DivClassName
{
background-color: #A2B09A;
}
.BgClassName
{
background-color: #A2B09A;
}
</style>
border-color css
<style>
span { border-color: #A2B09A; }
span { border-color: rgb(162,176,154); }
td.TdClassName
{
border-color: #A2B09A;
}
.TagClassName
{
border-color: #A2B09A;
}
</style>