Shades of Spring Rain #A5B69C
Tints of Spring Rain #A5B69C
RGB
CMYK
RGB Variations
Color information
#A5B69C (or 0xA5B69C) is known color: Spring Rain. HEX triplet: A5, B6 and 9C. RGB value is (165,182,156). Sum of RGB (Red+Green+Blue) = 165+182+156=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B69C is #5A4963. Grayscale: #AEAEAE. Windows color (decimal): -5917028 or 10270373. OLE color: 10270373.
HSL color Cylindrical-coordinate representation of color #A5B69C: hue angle of 99.23º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5B69C is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 182 | 156 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.29 |
| HSL | 99.23º | 0.15% | 0.66% | - |
| HSV(B) | 99.23º | 0.14% | 0.71% | - |
| XYZ | 38.25 | 43.86 | 37.9 | - |
| YUV | 173.95 | 117.87 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 182 | 156 | 0.09 | 0 | 0.14 | 0.29 | 99.23 | 0.15 | 0.66 |
| Hex | A5 | B6 | 9C | 9 | 0 | E | 1D | 63 | F | 42 |
| Octal | 245 | 266 | 234 | 11 | 0 | 16 | 35 | 143 | 17 | 102 |
| Binary | 10100101 | 10110110 | 10011100 | 1001 | 0 | 1110 | 11101 | 1100011 | 1111 | 1000010 |
Color Harmonies of #A5B69C
Complementary color
Monochromatic Colors of #A5B69C
Black with #A5B69C
Text Example
Text Example
White with #A5B69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B69C; }
p { color: rgb(165,182,156); }
H1.HeaderClassName
{
color: #A5B69C;
}
.AnyTagClassName
{
color: #A5B69C;
}
</style>
background-color css
<style>
a { background-color: #A5B69C; }
a { background-color: rgb(165,182,156); }
div.DivClassName
{
background-color: #A5B69C;
}
.BgClassName
{
background-color: #A5B69C;
}
</style>
border-color css
<style>
span { border-color: #A5B69C; }
span { border-color: rgb(165,182,156); }
td.TdClassName
{
border-color: #A5B69C;
}
.TagClassName
{
border-color: #A5B69C;
}
</style>