Shades of Caper #AFB98D
Tints of Caper #AFB98D
RGB
CMYK
RGB Variations
Color information
#AFB98D (or 0xAFB98D) is known color: Caper. HEX triplet: AF, B9 and 8D. RGB value is (175,185,141). Sum of RGB (Red+Green+Blue) = 175+185+141=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB98D is #504672. Grayscale: #B1B1B1. Windows color (decimal): -5260915 or 9288111. OLE color: 9288111.
HSL color Cylindrical-coordinate representation of color #AFB98D: hue angle of 73.64º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFB98D is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 141 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.27 |
| HSL | 73.64º | 0.24% | 0.64% | - |
| HSV(B) | 73.64º | 0.24% | 0.73% | - |
| XYZ | 39.84 | 45.73 | 31.93 | - |
| YUV | 176.99 | 107.69 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 141 | 0.05 | 0 | 0.24 | 0.27 | 73.64 | 0.24 | 0.64 |
| Hex | AF | B9 | 8D | 5 | 0 | 18 | 1B | 4A | 18 | 40 |
| Octal | 257 | 271 | 215 | 5 | 0 | 30 | 33 | 112 | 30 | 100 |
| Binary | 10101111 | 10111001 | 10001101 | 101 | 0 | 11000 | 11011 | 1001010 | 11000 | 1000000 |
Color Harmonies of #AFB98D
Complementary color
Monochromatic Colors of #AFB98D
Black with #AFB98D
Text Example
Text Example
White with #AFB98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB98D; }
p { color: rgb(175,185,141); }
H1.HeaderClassName
{
color: #AFB98D;
}
.AnyTagClassName
{
color: #AFB98D;
}
</style>
background-color css
<style>
a { background-color: #AFB98D; }
a { background-color: rgb(175,185,141); }
div.DivClassName
{
background-color: #AFB98D;
}
.BgClassName
{
background-color: #AFB98D;
}
</style>
border-color css
<style>
span { border-color: #AFB98D; }
span { border-color: rgb(175,185,141); }
td.TdClassName
{
border-color: #AFB98D;
}
.TagClassName
{
border-color: #AFB98D;
}
</style>