Shades of Caper #AFCF81
Tints of Caper #AFCF81
RGB
CMYK
RGB Variations
Color information
#AFCF81 (or 0xAFCF81) is known color: Caper. HEX triplet: AF, CF and 81. RGB value is (175,207,129). Sum of RGB (Red+Green+Blue) = 175+207+129=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCF81 is #50307E. Grayscale: #BCBCBC. Windows color (decimal): -5255295 or 8507311. OLE color: 8507311.
HSL color Cylindrical-coordinate representation of color #AFCF81: hue angle of 84.62º 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 #AFCF81 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 207 | 129 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.19 |
| HSL | 84.62º | 0.45% | 0.66% | - |
| HSV(B) | 84.62º | 0.38% | 0.81% | - |
| XYZ | 43.95 | 55.32 | 29.13 | - |
| YUV | 188.54 | 94.4 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 129 | 0.15 | 0 | 0.38 | 0.19 | 84.62 | 0.45 | 0.66 |
| Hex | AF | CF | 81 | F | 0 | 26 | 13 | 55 | 2D | 42 |
| Octal | 257 | 317 | 201 | 17 | 0 | 46 | 23 | 125 | 55 | 102 |
| Binary | 10101111 | 11001111 | 10000001 | 1111 | 0 | 100110 | 10011 | 1010101 | 101101 | 1000010 |
Color Harmonies of #AFCF81
Complementary color
Monochromatic Colors of #AFCF81
Black with #AFCF81
Text Example
Text Example
White with #AFCF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCF81; }
p { color: rgb(175,207,129); }
H1.HeaderClassName
{
color: #AFCF81;
}
.AnyTagClassName
{
color: #AFCF81;
}
</style>
background-color css
<style>
a { background-color: #AFCF81; }
a { background-color: rgb(175,207,129); }
div.DivClassName
{
background-color: #AFCF81;
}
.BgClassName
{
background-color: #AFCF81;
}
</style>
border-color css
<style>
span { border-color: #AFCF81; }
span { border-color: rgb(175,207,129); }
td.TdClassName
{
border-color: #AFCF81;
}
.TagClassName
{
border-color: #AFCF81;
}
</style>