Shades of Spring Rain #A5B29E
Tints of Spring Rain #A5B29E
RGB
CMYK
RGB Variations
Color information
#A5B29E (or 0xA5B29E) is known color: Spring Rain. HEX triplet: A5, B2 and 9E. RGB value is (165,178,158). Sum of RGB (Red+Green+Blue) = 165+178+158=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B29E is #5A4D61. Grayscale: #ABABAB. Windows color (decimal): -5918050 or 10400421. OLE color: 10400421.
HSL color Cylindrical-coordinate representation of color #A5B29E: hue angle of 99º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A5B29E is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 178 | 158 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.30 |
| HSL | 99º | 0.11% | 0.66% | - |
| HSV(B) | 99º | 0.11% | 0.7% | - |
| XYZ | 37.61 | 42.31 | 38.53 | - |
| YUV | 171.83 | 120.19 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 178 | 158 | 0.07 | 0 | 0.11 | 0.30 | 99 | 0.11 | 0.66 |
| Hex | A5 | B2 | 9E | 7 | 0 | B | 1E | 63 | B | 42 |
| Octal | 245 | 262 | 236 | 7 | 0 | 13 | 36 | 143 | 13 | 102 |
| Binary | 10100101 | 10110010 | 10011110 | 111 | 0 | 1011 | 11110 | 1100011 | 1011 | 1000010 |
Color Harmonies of #A5B29E
Complementary color
Monochromatic Colors of #A5B29E
Black with #A5B29E
Text Example
Text Example
White with #A5B29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B29E; }
p { color: rgb(165,178,158); }
H1.HeaderClassName
{
color: #A5B29E;
}
.AnyTagClassName
{
color: #A5B29E;
}
</style>
background-color css
<style>
a { background-color: #A5B29E; }
a { background-color: rgb(165,178,158); }
div.DivClassName
{
background-color: #A5B29E;
}
.BgClassName
{
background-color: #A5B29E;
}
</style>
border-color css
<style>
span { border-color: #A5B29E; }
span { border-color: rgb(165,178,158); }
td.TdClassName
{
border-color: #A5B29E;
}
.TagClassName
{
border-color: #A5B29E;
}
</style>