Shades of Spring Rain #A6CAA3
Tints of Spring Rain #A6CAA3
RGB
CMYK
RGB Variations
Color information
#A6CAA3 (or 0xA6CAA3) is known color: Spring Rain. HEX triplet: A6, CA and A3. RGB value is (166,202,163). Sum of RGB (Red+Green+Blue) = 166+202+163=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 163 (64.06% from 255 or 30.70% from 531); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CAA3 is #59355C. Grayscale: #BABABA. Windows color (decimal): -5846365 or 10734246. OLE color: 10734246.
HSL color Cylindrical-coordinate representation of color #A6CAA3: hue angle of 115.38º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CAA3 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 202 | 163 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.21 |
| HSL | 115.38º | 0.27% | 0.72% | - |
| HSV(B) | 115.38º | 0.19% | 0.79% | - |
| XYZ | 43.46 | 52.99 | 42.59 | - |
| YUV | 186.79 | 114.57 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 202 | 163 | 0.18 | 0 | 0.19 | 0.21 | 115.38 | 0.27 | 0.72 |
| Hex | A6 | CA | A3 | 12 | 0 | 13 | 15 | 73 | 1B | 48 |
| Octal | 246 | 312 | 243 | 22 | 0 | 23 | 25 | 163 | 33 | 110 |
| Binary | 10100110 | 11001010 | 10100011 | 10010 | 0 | 10011 | 10101 | 1110011 | 11011 | 1001000 |
Color Harmonies of #A6CAA3
Complementary color
Monochromatic Colors of #A6CAA3
Black with #A6CAA3
Text Example
Text Example
White with #A6CAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CAA3; }
p { color: rgb(166,202,163); }
H1.HeaderClassName
{
color: #A6CAA3;
}
.AnyTagClassName
{
color: #A6CAA3;
}
</style>
background-color css
<style>
a { background-color: #A6CAA3; }
a { background-color: rgb(166,202,163); }
div.DivClassName
{
background-color: #A6CAA3;
}
.BgClassName
{
background-color: #A6CAA3;
}
</style>
border-color css
<style>
span { border-color: #A6CAA3; }
span { border-color: rgb(166,202,163); }
td.TdClassName
{
border-color: #A6CAA3;
}
.TagClassName
{
border-color: #A6CAA3;
}
</style>