Shades of Spring Rain #A5B29D
Tints of Spring Rain #A5B29D
RGB
CMYK
RGB Variations
Color information
#A5B29D (or 0xA5B29D) is known color: Spring Rain. HEX triplet: A5, B2 and 9D. RGB value is (165,178,157). Sum of RGB (Red+Green+Blue) = 165+178+157=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B29D is #5A4D62. Grayscale: #ABABAB. Windows color (decimal): -5918051 or 10334885. OLE color: 10334885.
HSL color Cylindrical-coordinate representation of color #A5B29D: hue angle of 97.14º 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 #A5B29D is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 178 | 157 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.30 |
| HSL | 97.14º | 0.12% | 0.66% | - |
| HSV(B) | 97.14º | 0.12% | 0.7% | - |
| XYZ | 37.52 | 42.27 | 38.08 | - |
| YUV | 171.72 | 119.69 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 178 | 157 | 0.07 | 0 | 0.12 | 0.30 | 97.14 | 0.12 | 0.66 |
| Hex | A5 | B2 | 9D | 7 | 0 | C | 1E | 61 | C | 42 |
| Octal | 245 | 262 | 235 | 7 | 0 | 14 | 36 | 141 | 14 | 102 |
| Binary | 10100101 | 10110010 | 10011101 | 111 | 0 | 1100 | 11110 | 1100001 | 1100 | 1000010 |
Color Harmonies of #A5B29D
Complementary color
Monochromatic Colors of #A5B29D
Black with #A5B29D
Text Example
Text Example
White with #A5B29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B29D; }
p { color: rgb(165,178,157); }
H1.HeaderClassName
{
color: #A5B29D;
}
.AnyTagClassName
{
color: #A5B29D;
}
</style>
background-color css
<style>
a { background-color: #A5B29D; }
a { background-color: rgb(165,178,157); }
div.DivClassName
{
background-color: #A5B29D;
}
.BgClassName
{
background-color: #A5B29D;
}
</style>
border-color css
<style>
span { border-color: #A5B29D; }
span { border-color: rgb(165,178,157); }
td.TdClassName
{
border-color: #A5B29D;
}
.TagClassName
{
border-color: #A5B29D;
}
</style>