Shades of Caper #AFBC87
Tints of Caper #AFBC87
RGB
CMYK
RGB Variations
Color information
#AFBC87 (or 0xAFBC87) is known color: Caper. HEX triplet: AF, BC and 87. RGB value is (175,188,135). Sum of RGB (Red+Green+Blue) = 175+188+135=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 135 (53.12% from 255 or 27.11% from 498); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBC87 is #504378. Grayscale: #B2B2B2. Windows color (decimal): -5260153 or 8895663. OLE color: 8895663.
HSL color Cylindrical-coordinate representation of color #AFBC87: hue angle of 74.72º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFBC87 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 135 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.26 |
| HSL | 74.72º | 0.28% | 0.63% | - |
| HSV(B) | 74.72º | 0.28% | 0.74% | - |
| XYZ | 40.04 | 46.83 | 29.85 | - |
| YUV | 178.07 | 103.69 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 135 | 0.07 | 0 | 0.28 | 0.26 | 74.72 | 0.28 | 0.63 |
| Hex | AF | BC | 87 | 7 | 0 | 1C | 1A | 4B | 1C | 3F |
| Octal | 257 | 274 | 207 | 7 | 0 | 34 | 32 | 113 | 34 | 77 |
| Binary | 10101111 | 10111100 | 10000111 | 111 | 0 | 11100 | 11010 | 1001011 | 11100 | 111111 |
Color Harmonies of #AFBC87
Complementary color
Monochromatic Colors of #AFBC87
Black with #AFBC87
Text Example
Text Example
White with #AFBC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC87; }
p { color: rgb(175,188,135); }
H1.HeaderClassName
{
color: #AFBC87;
}
.AnyTagClassName
{
color: #AFBC87;
}
</style>
background-color css
<style>
a { background-color: #AFBC87; }
a { background-color: rgb(175,188,135); }
div.DivClassName
{
background-color: #AFBC87;
}
.BgClassName
{
background-color: #AFBC87;
}
</style>
border-color css
<style>
span { border-color: #AFBC87; }
span { border-color: rgb(175,188,135); }
td.TdClassName
{
border-color: #AFBC87;
}
.TagClassName
{
border-color: #AFBC87;
}
</style>