Shades of Caper #AFCF80
Tints of Caper #AFCF80
RGB
CMYK
RGB Variations
Color information
#AFCF80 (or 0xAFCF80) is known color: Caper. HEX triplet: AF, CF and 80. RGB value is (175,207,128). Sum of RGB (Red+Green+Blue) = 175+207+128=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCF80 is #50307F. Grayscale: #BCBCBC. Windows color (decimal): -5255296 or 8441775. OLE color: 8441775.
HSL color Cylindrical-coordinate representation of color #AFCF80: hue angle of 84.3º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFCF80 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 207 | 128 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.19 |
| HSL | 84.3º | 0.45% | 0.66% | - |
| HSV(B) | 84.3º | 0.38% | 0.81% | - |
| XYZ | 43.89 | 55.3 | 28.78 | - |
| YUV | 188.43 | 93.9 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 128 | 0.15 | 0 | 0.38 | 0.19 | 84.3 | 0.45 | 0.66 |
| Hex | AF | CF | 80 | F | 0 | 26 | 13 | 54 | 2D | 42 |
| Octal | 257 | 317 | 200 | 17 | 0 | 46 | 23 | 124 | 55 | 102 |
| Binary | 10101111 | 11001111 | 10000000 | 1111 | 0 | 100110 | 10011 | 1010100 | 101101 | 1000010 |
Color Harmonies of #AFCF80
Complementary color
Monochromatic Colors of #AFCF80
Black with #AFCF80
Text Example
Text Example
White with #AFCF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCF80; }
p { color: rgb(175,207,128); }
H1.HeaderClassName
{
color: #AFCF80;
}
.AnyTagClassName
{
color: #AFCF80;
}
</style>
background-color css
<style>
a { background-color: #AFCF80; }
a { background-color: rgb(175,207,128); }
div.DivClassName
{
background-color: #AFCF80;
}
.BgClassName
{
background-color: #AFCF80;
}
</style>
border-color css
<style>
span { border-color: #AFCF80; }
span { border-color: rgb(175,207,128); }
td.TdClassName
{
border-color: #AFCF80;
}
.TagClassName
{
border-color: #AFCF80;
}
</style>