Shades of Caper #AFC16F
Tints of Caper #AFC16F
RGB
CMYK
RGB Variations
Color information
#AFC16F (or 0xAFC16F) is known color: Caper. HEX triplet: AF, C1 and 6F. RGB value is (175,193,111). Sum of RGB (Red+Green+Blue) = 175+193+111=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC16F is #503E90. Grayscale: #B2B2B2. Windows color (decimal): -5258897 or 7324079. OLE color: 7324079.
HSL color Cylindrical-coordinate representation of color #AFC16F: hue angle of 73.17º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFC16F is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 111 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.24 |
| HSL | 73.17º | 0.4% | 0.6% | - |
| HSV(B) | 73.17º | 0.42% | 0.76% | - |
| XYZ | 39.62 | 48.4 | 22.29 | - |
| YUV | 178.27 | 90.04 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 111 | 0.09 | 0 | 0.42 | 0.24 | 73.17 | 0.4 | 0.6 |
| Hex | AF | C1 | 6F | 9 | 0 | 2A | 18 | 49 | 28 | 3C |
| Octal | 257 | 301 | 157 | 11 | 0 | 52 | 30 | 111 | 50 | 74 |
| Binary | 10101111 | 11000001 | 1101111 | 1001 | 0 | 101010 | 11000 | 1001001 | 101000 | 111100 |
Color Harmonies of #AFC16F
Complementary color
Monochromatic Colors of #AFC16F
Black with #AFC16F
Text Example
Text Example
White with #AFC16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC16F; }
p { color: rgb(175,193,111); }
H1.HeaderClassName
{
color: #AFC16F;
}
.AnyTagClassName
{
color: #AFC16F;
}
</style>
background-color css
<style>
a { background-color: #AFC16F; }
a { background-color: rgb(175,193,111); }
div.DivClassName
{
background-color: #AFC16F;
}
.BgClassName
{
background-color: #AFC16F;
}
</style>
border-color css
<style>
span { border-color: #AFC16F; }
span { border-color: rgb(175,193,111); }
td.TdClassName
{
border-color: #AFC16F;
}
.TagClassName
{
border-color: #AFC16F;
}
</style>