Shades of Spring Rain #A0B89C
Tints of Spring Rain #A0B89C
RGB
CMYK
RGB Variations
Color information
#A0B89C (or 0xA0B89C) is known color: Spring Rain. HEX triplet: A0, B8 and 9C. RGB value is (160,184,156). Sum of RGB (Red+Green+Blue) = 160+184+156=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B89C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B89C is #5F4763. Grayscale: #ADADAD. Windows color (decimal): -6244196 or 10270880. OLE color: 10270880.
HSL color Cylindrical-coordinate representation of color #A0B89C: hue angle of 111.43º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0B89C is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 184 | 156 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.28 |
| HSL | 111.43º | 0.16% | 0.67% | - |
| HSV(B) | 111.43º | 0.15% | 0.72% | - |
| XYZ | 37.64 | 44.15 | 37.99 | - |
| YUV | 173.63 | 118.05 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 184 | 156 | 0.13 | 0 | 0.15 | 0.28 | 111.43 | 0.16 | 0.67 |
| Hex | A0 | B8 | 9C | D | 0 | F | 1C | 6F | 10 | 43 |
| Octal | 240 | 270 | 234 | 15 | 0 | 17 | 34 | 157 | 20 | 103 |
| Binary | 10100000 | 10111000 | 10011100 | 1101 | 0 | 1111 | 11100 | 1101111 | 10000 | 1000011 |
Color Harmonies of #A0B89C
Complementary color
Monochromatic Colors of #A0B89C
Black with #A0B89C
Text Example
Text Example
White with #A0B89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B89C; }
p { color: rgb(160,184,156); }
H1.HeaderClassName
{
color: #A0B89C;
}
.AnyTagClassName
{
color: #A0B89C;
}
</style>
background-color css
<style>
a { background-color: #A0B89C; }
a { background-color: rgb(160,184,156); }
div.DivClassName
{
background-color: #A0B89C;
}
.BgClassName
{
background-color: #A0B89C;
}
</style>
border-color css
<style>
span { border-color: #A0B89C; }
span { border-color: rgb(160,184,156); }
td.TdClassName
{
border-color: #A0B89C;
}
.TagClassName
{
border-color: #A0B89C;
}
</style>