Shades of Caper #AFBC86
Tints of Caper #AFBC86
RGB
CMYK
RGB Variations
Color information
#AFBC86 (or 0xAFBC86) is known color: Caper. HEX triplet: AF, BC and 86. RGB value is (175,188,134). Sum of RGB (Red+Green+Blue) = 175+188+134=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBC86 is #504379. Grayscale: #B2B2B2. Windows color (decimal): -5260154 or 8830127. OLE color: 8830127.
HSL color Cylindrical-coordinate representation of color #AFBC86: hue angle of 74.44º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFBC86 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 134 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.26 |
| HSL | 74.44º | 0.29% | 0.63% | - |
| HSV(B) | 74.44º | 0.29% | 0.74% | - |
| XYZ | 39.97 | 46.8 | 29.48 | - |
| YUV | 177.96 | 103.19 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 134 | 0.07 | 0 | 0.29 | 0.26 | 74.44 | 0.29 | 0.63 |
| Hex | AF | BC | 86 | 7 | 0 | 1D | 1A | 4A | 1D | 3F |
| Octal | 257 | 274 | 206 | 7 | 0 | 35 | 32 | 112 | 35 | 77 |
| Binary | 10101111 | 10111100 | 10000110 | 111 | 0 | 11101 | 11010 | 1001010 | 11101 | 111111 |
Color Harmonies of #AFBC86
Complementary color
Monochromatic Colors of #AFBC86
Black with #AFBC86
Text Example
Text Example
White with #AFBC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC86; }
p { color: rgb(175,188,134); }
H1.HeaderClassName
{
color: #AFBC86;
}
.AnyTagClassName
{
color: #AFBC86;
}
</style>
background-color css
<style>
a { background-color: #AFBC86; }
a { background-color: rgb(175,188,134); }
div.DivClassName
{
background-color: #AFBC86;
}
.BgClassName
{
background-color: #AFBC86;
}
</style>
border-color css
<style>
span { border-color: #AFBC86; }
span { border-color: rgb(175,188,134); }
td.TdClassName
{
border-color: #AFBC86;
}
.TagClassName
{
border-color: #AFBC86;
}
</style>