Shades of Caper #AFB988
Tints of Caper #AFB988
RGB
CMYK
RGB Variations
Color information
#AFB988 (or 0xAFB988) is known color: Caper. HEX triplet: AF, B9 and 88. RGB value is (175,185,136). Sum of RGB (Red+Green+Blue) = 175+185+136=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB988 is #504677. Grayscale: #B0B0B0. Windows color (decimal): -5260920 or 8960431. OLE color: 8960431.
HSL color Cylindrical-coordinate representation of color #AFB988: hue angle of 72.24º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFB988 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 136 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.27 |
| HSL | 72.24º | 0.26% | 0.63% | - |
| HSV(B) | 72.24º | 0.26% | 0.73% | - |
| XYZ | 39.47 | 45.59 | 30.01 | - |
| YUV | 176.42 | 105.19 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 136 | 0.05 | 0 | 0.26 | 0.27 | 72.24 | 0.26 | 0.63 |
| Hex | AF | B9 | 88 | 5 | 0 | 1A | 1B | 48 | 1A | 3F |
| Octal | 257 | 271 | 210 | 5 | 0 | 32 | 33 | 110 | 32 | 77 |
| Binary | 10101111 | 10111001 | 10001000 | 101 | 0 | 11010 | 11011 | 1001000 | 11010 | 111111 |
Color Harmonies of #AFB988
Complementary color
Monochromatic Colors of #AFB988
Black with #AFB988
Text Example
Text Example
White with #AFB988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB988; }
p { color: rgb(175,185,136); }
H1.HeaderClassName
{
color: #AFB988;
}
.AnyTagClassName
{
color: #AFB988;
}
</style>
background-color css
<style>
a { background-color: #AFB988; }
a { background-color: rgb(175,185,136); }
div.DivClassName
{
background-color: #AFB988;
}
.BgClassName
{
background-color: #AFB988;
}
</style>
border-color css
<style>
span { border-color: #AFB988; }
span { border-color: rgb(175,185,136); }
td.TdClassName
{
border-color: #AFB988;
}
.TagClassName
{
border-color: #AFB988;
}
</style>