Shades of Spring Rain #A5C5A3
Tints of Spring Rain #A5C5A3
RGB
CMYK
RGB Variations
Color information
#A5C5A3 (or 0xA5C5A3) is known color: Spring Rain. HEX triplet: A5, C5 and A3. RGB value is (165,197,163). Sum of RGB (Red+Green+Blue) = 165+197+163=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 163 (64.06% from 255 or 31.05% from 525); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C5A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C5A3 is #5A3A5C. Grayscale: #B7B7B7. Windows color (decimal): -5913181 or 10732965. OLE color: 10732965.
HSL color Cylindrical-coordinate representation of color #A5C5A3: hue angle of 116.47º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A5C5A3 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 197 | 163 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.23 |
| HSL | 116.47º | 0.23% | 0.71% | - |
| HSV(B) | 116.47º | 0.17% | 0.77% | - |
| XYZ | 42.09 | 50.58 | 42.19 | - |
| YUV | 183.56 | 116.4 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 197 | 163 | 0.16 | 0 | 0.17 | 0.23 | 116.47 | 0.23 | 0.71 |
| Hex | A5 | C5 | A3 | 10 | 0 | 11 | 17 | 74 | 17 | 47 |
| Octal | 245 | 305 | 243 | 20 | 0 | 21 | 27 | 164 | 27 | 107 |
| Binary | 10100101 | 11000101 | 10100011 | 10000 | 0 | 10001 | 10111 | 1110100 | 10111 | 1000111 |
Color Harmonies of #A5C5A3
Complementary color
Monochromatic Colors of #A5C5A3
Black with #A5C5A3
Text Example
Text Example
White with #A5C5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C5A3; }
p { color: rgb(165,197,163); }
H1.HeaderClassName
{
color: #A5C5A3;
}
.AnyTagClassName
{
color: #A5C5A3;
}
</style>
background-color css
<style>
a { background-color: #A5C5A3; }
a { background-color: rgb(165,197,163); }
div.DivClassName
{
background-color: #A5C5A3;
}
.BgClassName
{
background-color: #A5C5A3;
}
</style>
border-color css
<style>
span { border-color: #A5C5A3; }
span { border-color: rgb(165,197,163); }
td.TdClassName
{
border-color: #A5C5A3;
}
.TagClassName
{
border-color: #A5C5A3;
}
</style>