Shades of Caper #AFC08F
Tints of Caper #AFC08F
RGB
CMYK
RGB Variations
Color information
#AFC08F (or 0xAFC08F) is known color: Caper. HEX triplet: AF, C0 and 8F. RGB value is (175,192,143). Sum of RGB (Red+Green+Blue) = 175+192+143=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC08F is #503F70. Grayscale: #B5B5B5. Windows color (decimal): -5259121 or 9420975. OLE color: 9420975.
HSL color Cylindrical-coordinate representation of color #AFC08F: hue angle of 80.82º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFC08F is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 143 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.25 |
| HSL | 80.82º | 0.28% | 0.66% | - |
| HSV(B) | 80.82º | 0.26% | 0.75% | - |
| XYZ | 41.49 | 48.8 | 33.22 | - |
| YUV | 181.33 | 106.37 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 143 | 0.09 | 0 | 0.26 | 0.25 | 80.82 | 0.28 | 0.66 |
| Hex | AF | C0 | 8F | 9 | 0 | 1A | 19 | 51 | 1C | 42 |
| Octal | 257 | 300 | 217 | 11 | 0 | 32 | 31 | 121 | 34 | 102 |
| Binary | 10101111 | 11000000 | 10001111 | 1001 | 0 | 11010 | 11001 | 1010001 | 11100 | 1000010 |
Color Harmonies of #AFC08F
Complementary color
Monochromatic Colors of #AFC08F
Black with #AFC08F
Text Example
Text Example
White with #AFC08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC08F; }
p { color: rgb(175,192,143); }
H1.HeaderClassName
{
color: #AFC08F;
}
.AnyTagClassName
{
color: #AFC08F;
}
</style>
background-color css
<style>
a { background-color: #AFC08F; }
a { background-color: rgb(175,192,143); }
div.DivClassName
{
background-color: #AFC08F;
}
.BgClassName
{
background-color: #AFC08F;
}
</style>
border-color css
<style>
span { border-color: #AFC08F; }
span { border-color: rgb(175,192,143); }
td.TdClassName
{
border-color: #AFC08F;
}
.TagClassName
{
border-color: #AFC08F;
}
</style>