Shades of Caper #AFC076
Tints of Caper #AFC076
RGB
CMYK
RGB Variations
Color information
#AFC076 (or 0xAFC076) is known color: Caper. HEX triplet: AF, C0 and 76. RGB value is (175,192,118). Sum of RGB (Red+Green+Blue) = 175+192+118=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC076 is #503F89. Grayscale: #B2B2B2. Windows color (decimal): -5259146 or 7782575. OLE color: 7782575.
HSL color Cylindrical-coordinate representation of color #AFC076: hue angle of 73.78º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFC076 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 118 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.25 |
| HSL | 73.78º | 0.37% | 0.61% | - |
| HSV(B) | 73.78º | 0.39% | 0.75% | - |
| XYZ | 39.8 | 48.12 | 24.33 | - |
| YUV | 178.48 | 93.87 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 118 | 0.09 | 0 | 0.39 | 0.25 | 73.78 | 0.37 | 0.61 |
| Hex | AF | C0 | 76 | 9 | 0 | 27 | 19 | 4A | 25 | 3D |
| Octal | 257 | 300 | 166 | 11 | 0 | 47 | 31 | 112 | 45 | 75 |
| Binary | 10101111 | 11000000 | 1110110 | 1001 | 0 | 100111 | 11001 | 1001010 | 100101 | 111101 |
Color Harmonies of #AFC076
Complementary color
Monochromatic Colors of #AFC076
Black with #AFC076
Text Example
Text Example
White with #AFC076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC076; }
p { color: rgb(175,192,118); }
H1.HeaderClassName
{
color: #AFC076;
}
.AnyTagClassName
{
color: #AFC076;
}
</style>
background-color css
<style>
a { background-color: #AFC076; }
a { background-color: rgb(175,192,118); }
div.DivClassName
{
background-color: #AFC076;
}
.BgClassName
{
background-color: #AFC076;
}
</style>
border-color css
<style>
span { border-color: #AFC076; }
span { border-color: rgb(175,192,118); }
td.TdClassName
{
border-color: #AFC076;
}
.TagClassName
{
border-color: #AFC076;
}
</style>