Shades of Caper #AFC08C
Tints of Caper #AFC08C
RGB
CMYK
RGB Variations
Color information
#AFC08C (or 0xAFC08C) is known color: Caper. HEX triplet: AF, C0 and 8C. RGB value is (175,192,140). Sum of RGB (Red+Green+Blue) = 175+192+140=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC08C is #503F73. Grayscale: #B5B5B5. Windows color (decimal): -5259124 or 9224367. OLE color: 9224367.
HSL color Cylindrical-coordinate representation of color #AFC08C: hue angle of 79.62º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFC08C is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 140 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.25 |
| HSL | 79.62º | 0.29% | 0.65% | - |
| HSV(B) | 79.62º | 0.27% | 0.75% | - |
| XYZ | 41.26 | 48.71 | 32.04 | - |
| YUV | 180.99 | 104.87 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 140 | 0.09 | 0 | 0.27 | 0.25 | 79.62 | 0.29 | 0.65 |
| Hex | AF | C0 | 8C | 9 | 0 | 1B | 19 | 50 | 1D | 41 |
| Octal | 257 | 300 | 214 | 11 | 0 | 33 | 31 | 120 | 35 | 101 |
| Binary | 10101111 | 11000000 | 10001100 | 1001 | 0 | 11011 | 11001 | 1010000 | 11101 | 1000001 |
Color Harmonies of #AFC08C
Complementary color
Monochromatic Colors of #AFC08C
Black with #AFC08C
Text Example
Text Example
White with #AFC08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC08C; }
p { color: rgb(175,192,140); }
H1.HeaderClassName
{
color: #AFC08C;
}
.AnyTagClassName
{
color: #AFC08C;
}
</style>
background-color css
<style>
a { background-color: #AFC08C; }
a { background-color: rgb(175,192,140); }
div.DivClassName
{
background-color: #AFC08C;
}
.BgClassName
{
background-color: #AFC08C;
}
</style>
border-color css
<style>
span { border-color: #AFC08C; }
span { border-color: rgb(175,192,140); }
td.TdClassName
{
border-color: #AFC08C;
}
.TagClassName
{
border-color: #AFC08C;
}
</style>