Shades of Caper #AFBC73
Tints of Caper #AFBC73
RGB
CMYK
RGB Variations
Color information
#AFBC73 (or 0xAFBC73) is known color: Caper. HEX triplet: AF, BC and 73. RGB value is (175,188,115). Sum of RGB (Red+Green+Blue) = 175+188+115=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC73 is #50438C. Grayscale: #B0B0B0. Windows color (decimal): -5260173 or 7584943. OLE color: 7584943.
HSL color Cylindrical-coordinate representation of color #AFBC73: hue angle of 70.68º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFBC73 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 115 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.26 |
| HSL | 70.68º | 0.35% | 0.59% | - |
| HSV(B) | 70.68º | 0.39% | 0.74% | - |
| XYZ | 38.76 | 46.32 | 23.12 | - |
| YUV | 175.79 | 93.69 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 115 | 0.07 | 0 | 0.39 | 0.26 | 70.68 | 0.35 | 0.59 |
| Hex | AF | BC | 73 | 7 | 0 | 27 | 1A | 47 | 23 | 3B |
| Octal | 257 | 274 | 163 | 7 | 0 | 47 | 32 | 107 | 43 | 73 |
| Binary | 10101111 | 10111100 | 1110011 | 111 | 0 | 100111 | 11010 | 1000111 | 100011 | 111011 |
Color Harmonies of #AFBC73
Complementary color
Monochromatic Colors of #AFBC73
Black with #AFBC73
Text Example
Text Example
White with #AFBC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC73; }
p { color: rgb(175,188,115); }
H1.HeaderClassName
{
color: #AFBC73;
}
.AnyTagClassName
{
color: #AFBC73;
}
</style>
background-color css
<style>
a { background-color: #AFBC73; }
a { background-color: rgb(175,188,115); }
div.DivClassName
{
background-color: #AFBC73;
}
.BgClassName
{
background-color: #AFBC73;
}
</style>
border-color css
<style>
span { border-color: #AFBC73; }
span { border-color: rgb(175,188,115); }
td.TdClassName
{
border-color: #AFBC73;
}
.TagClassName
{
border-color: #AFBC73;
}
</style>