Shades of Caper #AFCC85
Tints of Caper #AFCC85
RGB
CMYK
RGB Variations
Color information
#AFCC85 (or 0xAFCC85) is known color: Caper. HEX triplet: AF, CC and 85. RGB value is (175,204,133). Sum of RGB (Red+Green+Blue) = 175+204+133=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCC85 is #50337A. Grayscale: #BBBBBB. Windows color (decimal): -5256059 or 8768687. OLE color: 8768687.
HSL color Cylindrical-coordinate representation of color #AFCC85: hue angle of 84.51º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFCC85 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 133 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.2 |
| HSL | 84.51º | 0.41% | 0.66% | - |
| HSV(B) | 84.51º | 0.35% | 0.8% | - |
| XYZ | 43.51 | 53.99 | 30.32 | - |
| YUV | 187.24 | 97.39 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 133 | 0.14 | 0 | 0.35 | 0.2 | 84.51 | 0.41 | 0.66 |
| Hex | AF | CC | 85 | E | 0 | 23 | 14 | 55 | 29 | 42 |
| Octal | 257 | 314 | 205 | 16 | 0 | 43 | 24 | 125 | 51 | 102 |
| Binary | 10101111 | 11001100 | 10000101 | 1110 | 0 | 100011 | 10100 | 1010101 | 101001 | 1000010 |
Color Harmonies of #AFCC85
Complementary color
Monochromatic Colors of #AFCC85
Black with #AFCC85
Text Example
Text Example
White with #AFCC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCC85; }
p { color: rgb(175,204,133); }
H1.HeaderClassName
{
color: #AFCC85;
}
.AnyTagClassName
{
color: #AFCC85;
}
</style>
background-color css
<style>
a { background-color: #AFCC85; }
a { background-color: rgb(175,204,133); }
div.DivClassName
{
background-color: #AFCC85;
}
.BgClassName
{
background-color: #AFCC85;
}
</style>
border-color css
<style>
span { border-color: #AFCC85; }
span { border-color: rgb(175,204,133); }
td.TdClassName
{
border-color: #AFCC85;
}
.TagClassName
{
border-color: #AFCC85;
}
</style>