Shades of Spring Rain #A7CDA2
Tints of Spring Rain #A7CDA2
RGB
CMYK
RGB Variations
Color information
#A7CDA2 (or 0xA7CDA2) is known color: Spring Rain. HEX triplet: A7, CD and A2. RGB value is (167,205,162). Sum of RGB (Red+Green+Blue) = 167+205+162=534 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.27% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 162 (63.67% from 255 or 30.34% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #A7CDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CDA2 is #58325D. Grayscale: #BCBCBC. Windows color (decimal): -5780062 or 10669479. OLE color: 10669479.
HSL color Cylindrical-coordinate representation of color #A7CDA2: hue angle of 113.02º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A7CDA2 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 205 | 162 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.20 |
| HSL | 113.02º | 0.3% | 0.72% | - |
| HSV(B) | 113.02º | 0.21% | 0.8% | - |
| XYZ | 44.29 | 54.49 | 42.37 | - |
| YUV | 188.74 | 112.91 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 205 | 162 | 0.19 | 0 | 0.21 | 0.20 | 113.02 | 0.3 | 0.72 |
| Hex | A7 | CD | A2 | 13 | 0 | 15 | 14 | 71 | 1E | 48 |
| Octal | 247 | 315 | 242 | 23 | 0 | 25 | 24 | 161 | 36 | 110 |
| Binary | 10100111 | 11001101 | 10100010 | 10011 | 0 | 10101 | 10100 | 1110001 | 11110 | 1001000 |
Color Harmonies of #A7CDA2
Complementary color
Monochromatic Colors of #A7CDA2
Black with #A7CDA2
Text Example
Text Example
White with #A7CDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CDA2; }
p { color: rgb(167,205,162); }
H1.HeaderClassName
{
color: #A7CDA2;
}
.AnyTagClassName
{
color: #A7CDA2;
}
</style>
background-color css
<style>
a { background-color: #A7CDA2; }
a { background-color: rgb(167,205,162); }
div.DivClassName
{
background-color: #A7CDA2;
}
.BgClassName
{
background-color: #A7CDA2;
}
</style>
border-color css
<style>
span { border-color: #A7CDA2; }
span { border-color: rgb(167,205,162); }
td.TdClassName
{
border-color: #A7CDA2;
}
.TagClassName
{
border-color: #A7CDA2;
}
</style>