Shades of Spring Rain #AFCCA2
Tints of Spring Rain #AFCCA2
RGB
CMYK
RGB Variations
Color information
#AFCCA2 (or 0xAFCCA2) is known color: Spring Rain. HEX triplet: AF, CC and A2. RGB value is (175,204,162). Sum of RGB (Red+Green+Blue) = 175+204+162=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCCA2 is #50335D. Grayscale: #BEBEBE. Windows color (decimal): -5256030 or 10669231. OLE color: 10669231.
HSL color Cylindrical-coordinate representation of color #AFCCA2: hue angle of 101.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 #AFCCA2 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
RGB | 175 | 204 | 162 | - |
CMYK | 0.14 | 0 | 0.21 | 0.2 |
HSL | 101.43º | 0.29% | 0.72% | - |
HSV(B) | 101.43º | 0.21% | 0.8% | - |
XYZ | 45.79 | 54.91 | 42.37 | - |
YUV | 190.54 | 111.89 | 116.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 204 | 162 | 0.14 | 0 | 0.21 | 0.2 | 101.43 | 0.29 | 0.72 |
Hex | AF | CC | A2 | E | 0 | 15 | 14 | 65 | 1D | 48 |
Octal | 257 | 314 | 242 | 16 | 0 | 25 | 24 | 145 | 35 | 110 |
Binary | 10101111 | 11001100 | 10100010 | 1110 | 0 | 10101 | 10100 | 1100101 | 11101 | 1001000 |
Color Harmonies of #AFCCA2
Complementary color
Monochromatic Colors of #AFCCA2
Black with #AFCCA2
Text Example
Text Example
White with #AFCCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCCA2; }
p { color: rgb(175,204,162); }
H1.HeaderClassName
{
color: #AFCCA2;
}
.AnyTagClassName
{
color: #AFCCA2;
}
</style>
background-color css
<style>
a { background-color: #AFCCA2; }
a { background-color: rgb(175,204,162); }
div.DivClassName
{
background-color: #AFCCA2;
}
.BgClassName
{
background-color: #AFCCA2;
}
</style>
border-color css
<style>
span { border-color: #AFCCA2; }
span { border-color: rgb(175,204,162); }
td.TdClassName
{
border-color: #AFCCA2;
}
.TagClassName
{
border-color: #AFCCA2;
}
</style>