Shades of Caper #AFB686
Tints of Caper #AFB686
RGB
CMYK
RGB Variations
Color information
#AFB686 (or 0xAFB686) is known color: Caper. HEX triplet: AF, B6 and 86. RGB value is (175,182,134). Sum of RGB (Red+Green+Blue) = 175+182+134=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB686 is #504979. Grayscale: #AEAEAE. Windows color (decimal): -5261690 or 8828591. OLE color: 8828591.
HSL color Cylindrical-coordinate representation of color #AFB686: hue angle of 68.75º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFB686 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 182 | 134 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.29 |
| HSL | 68.75º | 0.25% | 0.62% | - |
| HSV(B) | 68.75º | 0.26% | 0.71% | - |
| XYZ | 38.71 | 44.29 | 29.06 | - |
| YUV | 174.44 | 105.18 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 182 | 134 | 0.04 | 0 | 0.26 | 0.29 | 68.75 | 0.25 | 0.62 |
| Hex | AF | B6 | 86 | 4 | 0 | 1A | 1D | 45 | 19 | 3E |
| Octal | 257 | 266 | 206 | 4 | 0 | 32 | 35 | 105 | 31 | 76 |
| Binary | 10101111 | 10110110 | 10000110 | 100 | 0 | 11010 | 11101 | 1000101 | 11001 | 111110 |
Color Harmonies of #AFB686
Complementary color
Monochromatic Colors of #AFB686
Black with #AFB686
Text Example
Text Example
White with #AFB686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB686; }
p { color: rgb(175,182,134); }
H1.HeaderClassName
{
color: #AFB686;
}
.AnyTagClassName
{
color: #AFB686;
}
</style>
background-color css
<style>
a { background-color: #AFB686; }
a { background-color: rgb(175,182,134); }
div.DivClassName
{
background-color: #AFB686;
}
.BgClassName
{
background-color: #AFB686;
}
</style>
border-color css
<style>
span { border-color: #AFB686; }
span { border-color: rgb(175,182,134); }
td.TdClassName
{
border-color: #AFB686;
}
.TagClassName
{
border-color: #AFB686;
}
</style>