Shades of Caper #AFB976
Tints of Caper #AFB976
RGB
CMYK
RGB Variations
Color information
#AFB976 (or 0xAFB976) is known color: Caper. HEX triplet: AF, B9 and 76. RGB value is (175,185,118). Sum of RGB (Red+Green+Blue) = 175+185+118=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB976 is #504689. Grayscale: #AEAEAE. Windows color (decimal): -5260938 or 7780783. OLE color: 7780783.
HSL color Cylindrical-coordinate representation of color #AFB976: hue angle of 68.96º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFB976 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 118 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.27 |
| HSL | 68.96º | 0.32% | 0.59% | - |
| HSV(B) | 68.96º | 0.36% | 0.73% | - |
| XYZ | 38.3 | 45.12 | 23.83 | - |
| YUV | 174.37 | 96.19 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 118 | 0.05 | 0 | 0.36 | 0.27 | 68.96 | 0.32 | 0.59 |
| Hex | AF | B9 | 76 | 5 | 0 | 24 | 1B | 45 | 20 | 3B |
| Octal | 257 | 271 | 166 | 5 | 0 | 44 | 33 | 105 | 40 | 73 |
| Binary | 10101111 | 10111001 | 1110110 | 101 | 0 | 100100 | 11011 | 1000101 | 100000 | 111011 |
Color Harmonies of #AFB976
Complementary color
Monochromatic Colors of #AFB976
Black with #AFB976
Text Example
Text Example
White with #AFB976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB976; }
p { color: rgb(175,185,118); }
H1.HeaderClassName
{
color: #AFB976;
}
.AnyTagClassName
{
color: #AFB976;
}
</style>
background-color css
<style>
a { background-color: #AFB976; }
a { background-color: rgb(175,185,118); }
div.DivClassName
{
background-color: #AFB976;
}
.BgClassName
{
background-color: #AFB976;
}
</style>
border-color css
<style>
span { border-color: #AFB976; }
span { border-color: rgb(175,185,118); }
td.TdClassName
{
border-color: #AFB976;
}
.TagClassName
{
border-color: #AFB976;
}
</style>