Shades of Caper #AFB887
Tints of Caper #AFB887
RGB
CMYK
RGB Variations
Color information
#AFB887 (or 0xAFB887) is known color: Caper. HEX triplet: AF, B8 and 87. RGB value is (175,184,135). Sum of RGB (Red+Green+Blue) = 175+184+135=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 135 (53.12% from 255 or 27.33% from 494); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB887 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB887 is #504778. Grayscale: #AFAFAF. Windows color (decimal): -5261177 or 8894639. OLE color: 8894639.
HSL color Cylindrical-coordinate representation of color #AFB887: hue angle of 71.02º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFB887 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 135 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.28 |
| HSL | 71.02º | 0.26% | 0.63% | - |
| HSV(B) | 71.02º | 0.27% | 0.72% | - |
| XYZ | 39.19 | 45.14 | 29.57 | - |
| YUV | 175.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 135 | 0.05 | 0 | 0.27 | 0.28 | 71.02 | 0.26 | 0.63 |
| Hex | AF | B8 | 87 | 5 | 0 | 1B | 1C | 47 | 1A | 3F |
| Octal | 257 | 270 | 207 | 5 | 0 | 33 | 34 | 107 | 32 | 77 |
| Binary | 10101111 | 10111000 | 10000111 | 101 | 0 | 11011 | 11100 | 1000111 | 11010 | 111111 |
Color Harmonies of #AFB887
Complementary color
Monochromatic Colors of #AFB887
Black with #AFB887
Text Example
Text Example
White with #AFB887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB887; }
p { color: rgb(175,184,135); }
H1.HeaderClassName
{
color: #AFB887;
}
.AnyTagClassName
{
color: #AFB887;
}
</style>
background-color css
<style>
a { background-color: #AFB887; }
a { background-color: rgb(175,184,135); }
div.DivClassName
{
background-color: #AFB887;
}
.BgClassName
{
background-color: #AFB887;
}
</style>
border-color css
<style>
span { border-color: #AFB887; }
span { border-color: rgb(175,184,135); }
td.TdClassName
{
border-color: #AFB887;
}
.TagClassName
{
border-color: #AFB887;
}
</style>