Shades of Caper #AFB98E
Tints of Caper #AFB98E
RGB
CMYK
RGB Variations
Color information
#AFB98E (or 0xAFB98E) is known color: Caper. HEX triplet: AF, B9 and 8E. RGB value is (175,185,142). Sum of RGB (Red+Green+Blue) = 175+185+142=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 142 (55.86% from 255 or 28.29% from 502); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB98E is #504671. Grayscale: #B1B1B1. Windows color (decimal): -5260914 or 9353647. OLE color: 9353647.
HSL color Cylindrical-coordinate representation of color #AFB98E: hue angle of 73.95º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFB98E is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 142 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.27 |
| HSL | 73.95º | 0.23% | 0.64% | - |
| HSV(B) | 73.95º | 0.23% | 0.73% | - |
| XYZ | 39.91 | 45.76 | 32.32 | - |
| YUV | 177.11 | 108.19 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 142 | 0.05 | 0 | 0.23 | 0.27 | 73.95 | 0.23 | 0.64 |
| Hex | AF | B9 | 8E | 5 | 0 | 17 | 1B | 4A | 17 | 40 |
| Octal | 257 | 271 | 216 | 5 | 0 | 27 | 33 | 112 | 27 | 100 |
| Binary | 10101111 | 10111001 | 10001110 | 101 | 0 | 10111 | 11011 | 1001010 | 10111 | 1000000 |
Color Harmonies of #AFB98E
Complementary color
Monochromatic Colors of #AFB98E
Black with #AFB98E
Text Example
Text Example
White with #AFB98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB98E; }
p { color: rgb(175,185,142); }
H1.HeaderClassName
{
color: #AFB98E;
}
.AnyTagClassName
{
color: #AFB98E;
}
</style>
background-color css
<style>
a { background-color: #AFB98E; }
a { background-color: rgb(175,185,142); }
div.DivClassName
{
background-color: #AFB98E;
}
.BgClassName
{
background-color: #AFB98E;
}
</style>
border-color css
<style>
span { border-color: #AFB98E; }
span { border-color: rgb(175,185,142); }
td.TdClassName
{
border-color: #AFB98E;
}
.TagClassName
{
border-color: #AFB98E;
}
</style>