Shades of Spring Rain #A0B29D
Tints of Spring Rain #A0B29D
RGB
CMYK
RGB Variations
Color information
#A0B29D (or 0xA0B29D) is known color: Spring Rain. HEX triplet: A0, B2 and 9D. RGB value is (160,178,157). Sum of RGB (Red+Green+Blue) = 160+178+157=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B29D is #5F4D62. Grayscale: #AAAAAA. Windows color (decimal): -6245731 or 10334880. OLE color: 10334880.
HSL color Cylindrical-coordinate representation of color #A0B29D: hue angle of 111.43º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A0B29D is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 178 | 157 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.30 |
| HSL | 111.43º | 0.12% | 0.66% | - |
| HSV(B) | 111.43º | 0.12% | 0.7% | - |
| XYZ | 36.5 | 41.75 | 38.03 | - |
| YUV | 170.22 | 120.54 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 178 | 157 | 0.10 | 0 | 0.12 | 0.30 | 111.43 | 0.12 | 0.66 |
| Hex | A0 | B2 | 9D | A | 0 | C | 1E | 6F | C | 42 |
| Octal | 240 | 262 | 235 | 12 | 0 | 14 | 36 | 157 | 14 | 102 |
| Binary | 10100000 | 10110010 | 10011101 | 1010 | 0 | 1100 | 11110 | 1101111 | 1100 | 1000010 |
Color Harmonies of #A0B29D
Complementary color
Monochromatic Colors of #A0B29D
Black with #A0B29D
Text Example
Text Example
White with #A0B29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B29D; }
p { color: rgb(160,178,157); }
H1.HeaderClassName
{
color: #A0B29D;
}
.AnyTagClassName
{
color: #A0B29D;
}
</style>
background-color css
<style>
a { background-color: #A0B29D; }
a { background-color: rgb(160,178,157); }
div.DivClassName
{
background-color: #A0B29D;
}
.BgClassName
{
background-color: #A0B29D;
}
</style>
border-color css
<style>
span { border-color: #A0B29D; }
span { border-color: rgb(160,178,157); }
td.TdClassName
{
border-color: #A0B29D;
}
.TagClassName
{
border-color: #A0B29D;
}
</style>