Shades of Caper #AFB974
Tints of Caper #AFB974
RGB
CMYK
RGB Variations
Color information
#AFB974 (or 0xAFB974) is known color: Caper. HEX triplet: AF, B9 and 74. RGB value is (175,185,116). Sum of RGB (Red+Green+Blue) = 175+185+116=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB974 is #50468B. Grayscale: #AEAEAE. Windows color (decimal): -5260940 or 7649711. OLE color: 7649711.
HSL color Cylindrical-coordinate representation of color #AFB974: hue angle of 68.7º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFB974 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 116 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.27 |
| HSL | 68.7º | 0.33% | 0.59% | - |
| HSV(B) | 68.7º | 0.37% | 0.73% | - |
| XYZ | 38.18 | 45.07 | 23.21 | - |
| YUV | 174.14 | 95.19 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 116 | 0.05 | 0 | 0.37 | 0.27 | 68.7 | 0.33 | 0.59 |
| Hex | AF | B9 | 74 | 5 | 0 | 25 | 1B | 45 | 21 | 3B |
| Octal | 257 | 271 | 164 | 5 | 0 | 45 | 33 | 105 | 41 | 73 |
| Binary | 10101111 | 10111001 | 1110100 | 101 | 0 | 100101 | 11011 | 1000101 | 100001 | 111011 |
Color Harmonies of #AFB974
Complementary color
Monochromatic Colors of #AFB974
Black with #AFB974
Text Example
Text Example
White with #AFB974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB974; }
p { color: rgb(175,185,116); }
H1.HeaderClassName
{
color: #AFB974;
}
.AnyTagClassName
{
color: #AFB974;
}
</style>
background-color css
<style>
a { background-color: #AFB974; }
a { background-color: rgb(175,185,116); }
div.DivClassName
{
background-color: #AFB974;
}
.BgClassName
{
background-color: #AFB974;
}
</style>
border-color css
<style>
span { border-color: #AFB974; }
span { border-color: rgb(175,185,116); }
td.TdClassName
{
border-color: #AFB974;
}
.TagClassName
{
border-color: #AFB974;
}
</style>