Shades of Caper #AFBC74
Tints of Caper #AFBC74
RGB
CMYK
RGB Variations
Color information
#AFBC74 (or 0xAFBC74) is known color: Caper. HEX triplet: AF, BC and 74. RGB value is (175,188,116). Sum of RGB (Red+Green+Blue) = 175+188+116=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC74 is #50438B. Grayscale: #B0B0B0. Windows color (decimal): -5260172 or 7650479. OLE color: 7650479.
HSL color Cylindrical-coordinate representation of color #AFBC74: hue angle of 70.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFBC74 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 116 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.26 |
| HSL | 70.83º | 0.35% | 0.6% | - |
| HSV(B) | 70.83º | 0.38% | 0.74% | - |
| XYZ | 38.81 | 46.34 | 23.42 | - |
| YUV | 175.91 | 94.19 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 116 | 0.07 | 0 | 0.38 | 0.26 | 70.83 | 0.35 | 0.6 |
| Hex | AF | BC | 74 | 7 | 0 | 26 | 1A | 47 | 23 | 3C |
| Octal | 257 | 274 | 164 | 7 | 0 | 46 | 32 | 107 | 43 | 74 |
| Binary | 10101111 | 10111100 | 1110100 | 111 | 0 | 100110 | 11010 | 1000111 | 100011 | 111100 |
Color Harmonies of #AFBC74
Complementary color
Monochromatic Colors of #AFBC74
Black with #AFBC74
Text Example
Text Example
White with #AFBC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC74; }
p { color: rgb(175,188,116); }
H1.HeaderClassName
{
color: #AFBC74;
}
.AnyTagClassName
{
color: #AFBC74;
}
</style>
background-color css
<style>
a { background-color: #AFBC74; }
a { background-color: rgb(175,188,116); }
div.DivClassName
{
background-color: #AFBC74;
}
.BgClassName
{
background-color: #AFBC74;
}
</style>
border-color css
<style>
span { border-color: #AFBC74; }
span { border-color: rgb(175,188,116); }
td.TdClassName
{
border-color: #AFBC74;
}
.TagClassName
{
border-color: #AFBC74;
}
</style>