Shades of Spring Rain #A5B59D
Tints of Spring Rain #A5B59D
RGB
CMYK
RGB Variations
Color information
#A5B59D (or 0xA5B59D) is known color: Spring Rain. HEX triplet: A5, B5 and 9D. RGB value is (165,181,157). Sum of RGB (Red+Green+Blue) = 165+181+157=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B59D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B59D is #5A4A62. Grayscale: #ADADAD. Windows color (decimal): -5917283 or 10335653. OLE color: 10335653.
HSL color Cylindrical-coordinate representation of color #A5B59D: hue angle of 100º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5B59D is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 181 | 157 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.29 |
| HSL | 100º | 0.14% | 0.66% | - |
| HSV(B) | 100º | 0.13% | 0.71% | - |
| XYZ | 38.13 | 43.48 | 38.28 | - |
| YUV | 173.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 181 | 157 | 0.09 | 0 | 0.13 | 0.29 | 100 | 0.14 | 0.66 |
| Hex | A5 | B5 | 9D | 9 | 0 | D | 1D | 64 | E | 42 |
| Octal | 245 | 265 | 235 | 11 | 0 | 15 | 35 | 144 | 16 | 102 |
| Binary | 10100101 | 10110101 | 10011101 | 1001 | 0 | 1101 | 11101 | 1100100 | 1110 | 1000010 |
Color Harmonies of #A5B59D
Complementary color
Monochromatic Colors of #A5B59D
Black with #A5B59D
Text Example
Text Example
White with #A5B59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B59D; }
p { color: rgb(165,181,157); }
H1.HeaderClassName
{
color: #A5B59D;
}
.AnyTagClassName
{
color: #A5B59D;
}
</style>
background-color css
<style>
a { background-color: #A5B59D; }
a { background-color: rgb(165,181,157); }
div.DivClassName
{
background-color: #A5B59D;
}
.BgClassName
{
background-color: #A5B59D;
}
</style>
border-color css
<style>
span { border-color: #A5B59D; }
span { border-color: rgb(165,181,157); }
td.TdClassName
{
border-color: #A5B59D;
}
.TagClassName
{
border-color: #A5B59D;
}
</style>