Shades of Spring Rain #A2B09C
Tints of Spring Rain #A2B09C
RGB
CMYK
RGB Variations
Color information
#A2B09C (or 0xA2B09C) is known color: Spring Rain. HEX triplet: A2, B0 and 9C. RGB value is (162,176,156). Sum of RGB (Red+Green+Blue) = 162+176+156=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2B09C is #5D4F63. Grayscale: #A9A9A9. Windows color (decimal): -6115172 or 10268834. OLE color: 10268834.
HSL color Cylindrical-coordinate representation of color #A2B09C: hue angle of 102º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A2B09C is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 176 | 156 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.31 |
| HSL | 102º | 0.11% | 0.65% | - |
| HSV(B) | 102º | 0.11% | 0.69% | - |
| XYZ | 36.43 | 41.13 | 37.47 | - |
| YUV | 169.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 176 | 156 | 0.08 | 0 | 0.11 | 0.31 | 102 | 0.11 | 0.65 |
| Hex | A2 | B0 | 9C | 8 | 0 | B | 1F | 66 | B | 41 |
| Octal | 242 | 260 | 234 | 10 | 0 | 13 | 37 | 146 | 13 | 101 |
| Binary | 10100010 | 10110000 | 10011100 | 1000 | 0 | 1011 | 11111 | 1100110 | 1011 | 1000001 |
Color Harmonies of #A2B09C
Complementary color
Monochromatic Colors of #A2B09C
Black with #A2B09C
Text Example
Text Example
White with #A2B09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B09C; }
p { color: rgb(162,176,156); }
H1.HeaderClassName
{
color: #A2B09C;
}
.AnyTagClassName
{
color: #A2B09C;
}
</style>
background-color css
<style>
a { background-color: #A2B09C; }
a { background-color: rgb(162,176,156); }
div.DivClassName
{
background-color: #A2B09C;
}
.BgClassName
{
background-color: #A2B09C;
}
</style>
border-color css
<style>
span { border-color: #A2B09C; }
span { border-color: rgb(162,176,156); }
td.TdClassName
{
border-color: #A2B09C;
}
.TagClassName
{
border-color: #A2B09C;
}
</style>