Shades of Caper #AFBC71
Tints of Caper #AFBC71
RGB
CMYK
RGB Variations
Color information
#AFBC71 (or 0xAFBC71) is known color: Caper. HEX triplet: AF, BC and 71. RGB value is (175,188,113). Sum of RGB (Red+Green+Blue) = 175+188+113=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC71 is #50438E. Grayscale: #AFAFAF. Windows color (decimal): -5260175 or 7453871. OLE color: 7453871.
HSL color Cylindrical-coordinate representation of color #AFBC71: hue angle of 70.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFBC71 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 113 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.26 |
| HSL | 70.4º | 0.36% | 0.59% | - |
| HSV(B) | 70.4º | 0.4% | 0.74% | - |
| XYZ | 38.64 | 46.27 | 22.52 | - |
| YUV | 175.56 | 92.69 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 113 | 0.07 | 0 | 0.40 | 0.26 | 70.4 | 0.36 | 0.59 |
| Hex | AF | BC | 71 | 7 | 0 | 28 | 1A | 46 | 24 | 3B |
| Octal | 257 | 274 | 161 | 7 | 0 | 50 | 32 | 106 | 44 | 73 |
| Binary | 10101111 | 10111100 | 1110001 | 111 | 0 | 101000 | 11010 | 1000110 | 100100 | 111011 |
Color Harmonies of #AFBC71
Complementary color
Monochromatic Colors of #AFBC71
Black with #AFBC71
Text Example
Text Example
White with #AFBC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC71; }
p { color: rgb(175,188,113); }
H1.HeaderClassName
{
color: #AFBC71;
}
.AnyTagClassName
{
color: #AFBC71;
}
</style>
background-color css
<style>
a { background-color: #AFBC71; }
a { background-color: rgb(175,188,113); }
div.DivClassName
{
background-color: #AFBC71;
}
.BgClassName
{
background-color: #AFBC71;
}
</style>
border-color css
<style>
span { border-color: #AFBC71; }
span { border-color: rgb(175,188,113); }
td.TdClassName
{
border-color: #AFBC71;
}
.TagClassName
{
border-color: #AFBC71;
}
</style>