Shades of Spring Rain #A8CCA2
Tints of Spring Rain #A8CCA2
RGB
CMYK
RGB Variations
Color information
#A8CCA2 (or 0xA8CCA2) is known color: Spring Rain. HEX triplet: A8, CC and A2. RGB value is (168,204,162). Sum of RGB (Red+Green+Blue) = 168+204+162=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 162 (63.67% from 255 or 30.34% from 534); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CCA2 is #57335D. Grayscale: #BCBCBC. Windows color (decimal): -5714782 or 10669224. OLE color: 10669224.
HSL color Cylindrical-coordinate representation of color #A8CCA2: hue angle of 111.43º degrees, saturation: 0.29, 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 #A8CCA2 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 162 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.2 |
| HSL | 111.43º | 0.29% | 0.72% | - |
| HSV(B) | 111.43º | 0.21% | 0.8% | - |
| XYZ | 44.26 | 54.12 | 42.3 | - |
| YUV | 188.45 | 113.07 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 162 | 0.18 | 0 | 0.21 | 0.2 | 111.43 | 0.29 | 0.72 |
| Hex | A8 | CC | A2 | 12 | 0 | 15 | 14 | 6F | 1D | 48 |
| Octal | 250 | 314 | 242 | 22 | 0 | 25 | 24 | 157 | 35 | 110 |
| Binary | 10101000 | 11001100 | 10100010 | 10010 | 0 | 10101 | 10100 | 1101111 | 11101 | 1001000 |
Color Harmonies of #A8CCA2
Complementary color
Monochromatic Colors of #A8CCA2
Black with #A8CCA2
Text Example
Text Example
White with #A8CCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CCA2; }
p { color: rgb(168,204,162); }
H1.HeaderClassName
{
color: #A8CCA2;
}
.AnyTagClassName
{
color: #A8CCA2;
}
</style>
background-color css
<style>
a { background-color: #A8CCA2; }
a { background-color: rgb(168,204,162); }
div.DivClassName
{
background-color: #A8CCA2;
}
.BgClassName
{
background-color: #A8CCA2;
}
</style>
border-color css
<style>
span { border-color: #A8CCA2; }
span { border-color: rgb(168,204,162); }
td.TdClassName
{
border-color: #A8CCA2;
}
.TagClassName
{
border-color: #A8CCA2;
}
</style>