Shades of Caper #AFBC85
Tints of Caper #AFBC85
RGB
CMYK
RGB Variations
Color information
#AFBC85 (or 0xAFBC85) is known color: Caper. HEX triplet: AF, BC and 85. RGB value is (175,188,133). Sum of RGB (Red+Green+Blue) = 175+188+133=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBC85 is #50437A. Grayscale: #B2B2B2. Windows color (decimal): -5260155 or 8764591. OLE color: 8764591.
HSL color Cylindrical-coordinate representation of color #AFBC85: hue angle of 74.18º 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 #AFBC85 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 133 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.26 |
| HSL | 74.18º | 0.29% | 0.63% | - |
| HSV(B) | 74.18º | 0.29% | 0.74% | - |
| XYZ | 39.9 | 46.77 | 29.12 | - |
| YUV | 177.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 133 | 0.07 | 0 | 0.29 | 0.26 | 74.18 | 0.29 | 0.63 |
| Hex | AF | BC | 85 | 7 | 0 | 1D | 1A | 4A | 1D | 3F |
| Octal | 257 | 274 | 205 | 7 | 0 | 35 | 32 | 112 | 35 | 77 |
| Binary | 10101111 | 10111100 | 10000101 | 111 | 0 | 11101 | 11010 | 1001010 | 11101 | 111111 |
Color Harmonies of #AFBC85
Complementary color
Monochromatic Colors of #AFBC85
Black with #AFBC85
Text Example
Text Example
White with #AFBC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC85; }
p { color: rgb(175,188,133); }
H1.HeaderClassName
{
color: #AFBC85;
}
.AnyTagClassName
{
color: #AFBC85;
}
</style>
background-color css
<style>
a { background-color: #AFBC85; }
a { background-color: rgb(175,188,133); }
div.DivClassName
{
background-color: #AFBC85;
}
.BgClassName
{
background-color: #AFBC85;
}
</style>
border-color css
<style>
span { border-color: #AFBC85; }
span { border-color: rgb(175,188,133); }
td.TdClassName
{
border-color: #AFBC85;
}
.TagClassName
{
border-color: #AFBC85;
}
</style>