Shades of Caper #AFB97C
Tints of Caper #AFB97C
RGB
CMYK
RGB Variations
Color information
#AFB97C (or 0xAFB97C) is known color: Caper. HEX triplet: AF, B9 and 7C. RGB value is (175,185,124). Sum of RGB (Red+Green+Blue) = 175+185+124=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB97C is #504683. Grayscale: #AFAFAF. Windows color (decimal): -5260932 or 8173999. OLE color: 8173999.
HSL color Cylindrical-coordinate representation of color #AFB97C: hue angle of 69.84º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFB97C is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 124 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.27 |
| HSL | 69.84º | 0.3% | 0.61% | - |
| HSV(B) | 69.84º | 0.33% | 0.73% | - |
| XYZ | 38.67 | 45.27 | 25.77 | - |
| YUV | 175.06 | 99.19 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 124 | 0.05 | 0 | 0.33 | 0.27 | 69.84 | 0.3 | 0.61 |
| Hex | AF | B9 | 7C | 5 | 0 | 21 | 1B | 46 | 1E | 3D |
| Octal | 257 | 271 | 174 | 5 | 0 | 41 | 33 | 106 | 36 | 75 |
| Binary | 10101111 | 10111001 | 1111100 | 101 | 0 | 100001 | 11011 | 1000110 | 11110 | 111101 |
Color Harmonies of #AFB97C
Complementary color
Monochromatic Colors of #AFB97C
Black with #AFB97C
Text Example
Text Example
White with #AFB97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB97C; }
p { color: rgb(175,185,124); }
H1.HeaderClassName
{
color: #AFB97C;
}
.AnyTagClassName
{
color: #AFB97C;
}
</style>
background-color css
<style>
a { background-color: #AFB97C; }
a { background-color: rgb(175,185,124); }
div.DivClassName
{
background-color: #AFB97C;
}
.BgClassName
{
background-color: #AFB97C;
}
</style>
border-color css
<style>
span { border-color: #AFB97C; }
span { border-color: rgb(175,185,124); }
td.TdClassName
{
border-color: #AFB97C;
}
.TagClassName
{
border-color: #AFB97C;
}
</style>