Shades of Spring Rain #A0B09C
Tints of Spring Rain #A0B09C
RGB
CMYK
RGB Variations
Color information
#A0B09C (or 0xA0B09C) is known color: Spring Rain. HEX triplet: A0, B0 and 9C. RGB value is (160,176,156). Sum of RGB (Red+Green+Blue) = 160+176+156=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B09C is #5F4F63. Grayscale: #A8A8A8. Windows color (decimal): -6246244 or 10268832. OLE color: 10268832.
HSL color Cylindrical-coordinate representation of color #A0B09C: hue angle of 108º 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 #A0B09C is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 176 | 156 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.31 |
| HSL | 108º | 0.11% | 0.65% | - |
| HSV(B) | 108º | 0.11% | 0.69% | - |
| XYZ | 36.02 | 40.92 | 37.45 | - |
| YUV | 168.94 | 120.7 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 176 | 156 | 0.09 | 0 | 0.11 | 0.31 | 108 | 0.11 | 0.65 |
| Hex | A0 | B0 | 9C | 9 | 0 | B | 1F | 6C | B | 41 |
| Octal | 240 | 260 | 234 | 11 | 0 | 13 | 37 | 154 | 13 | 101 |
| Binary | 10100000 | 10110000 | 10011100 | 1001 | 0 | 1011 | 11111 | 1101100 | 1011 | 1000001 |
Color Harmonies of #A0B09C
Complementary color
Monochromatic Colors of #A0B09C
Black with #A0B09C
Text Example
Text Example
White with #A0B09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B09C; }
p { color: rgb(160,176,156); }
H1.HeaderClassName
{
color: #A0B09C;
}
.AnyTagClassName
{
color: #A0B09C;
}
</style>
background-color css
<style>
a { background-color: #A0B09C; }
a { background-color: rgb(160,176,156); }
div.DivClassName
{
background-color: #A0B09C;
}
.BgClassName
{
background-color: #A0B09C;
}
</style>
border-color css
<style>
span { border-color: #A0B09C; }
span { border-color: rgb(160,176,156); }
td.TdClassName
{
border-color: #A0B09C;
}
.TagClassName
{
border-color: #A0B09C;
}
</style>