Shades of Spring Rain #A7CA9B
Tints of Spring Rain #A7CA9B
RGB
CMYK
RGB Variations
Color information
#A7CA9B (or 0xA7CA9B) is known color: Spring Rain. HEX triplet: A7, CA and 9B. RGB value is (167,202,155). Sum of RGB (Red+Green+Blue) = 167+202+155=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CA9B is #583564. Grayscale: #BABABA. Windows color (decimal): -5780837 or 10209959. OLE color: 10209959.
HSL color Cylindrical-coordinate representation of color #A7CA9B: hue angle of 104.68º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A7CA9B is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 202 | 155 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.21 |
| HSL | 104.68º | 0.31% | 0.7% | - |
| HSV(B) | 104.68º | 0.23% | 0.79% | - |
| XYZ | 42.97 | 52.82 | 38.94 | - |
| YUV | 186.18 | 110.4 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 202 | 155 | 0.17 | 0 | 0.23 | 0.21 | 104.68 | 0.31 | 0.7 |
| Hex | A7 | CA | 9B | 11 | 0 | 17 | 15 | 69 | 1F | 46 |
| Octal | 247 | 312 | 233 | 21 | 0 | 27 | 25 | 151 | 37 | 106 |
| Binary | 10100111 | 11001010 | 10011011 | 10001 | 0 | 10111 | 10101 | 1101001 | 11111 | 1000110 |
Color Harmonies of #A7CA9B
Complementary color
Monochromatic Colors of #A7CA9B
Black with #A7CA9B
Text Example
Text Example
White with #A7CA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CA9B; }
p { color: rgb(167,202,155); }
H1.HeaderClassName
{
color: #A7CA9B;
}
.AnyTagClassName
{
color: #A7CA9B;
}
</style>
background-color css
<style>
a { background-color: #A7CA9B; }
a { background-color: rgb(167,202,155); }
div.DivClassName
{
background-color: #A7CA9B;
}
.BgClassName
{
background-color: #A7CA9B;
}
</style>
border-color css
<style>
span { border-color: #A7CA9B; }
span { border-color: rgb(167,202,155); }
td.TdClassName
{
border-color: #A7CA9B;
}
.TagClassName
{
border-color: #A7CA9B;
}
</style>