Shades of Caper #AFCC8A
Tints of Caper #AFCC8A
RGB
CMYK
RGB Variations
Color information
#AFCC8A (or 0xAFCC8A) is known color: Caper. HEX triplet: AF, CC and 8A. RGB value is (175,204,138). Sum of RGB (Red+Green+Blue) = 175+204+138=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCC8A is #503375. Grayscale: #BCBCBC. Windows color (decimal): -5256054 or 9096367. OLE color: 9096367.
HSL color Cylindrical-coordinate representation of color #AFCC8A: hue angle of 86.36º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFCC8A is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 138 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.2 |
| HSL | 86.36º | 0.39% | 0.67% | - |
| HSV(B) | 86.36º | 0.32% | 0.8% | - |
| XYZ | 43.86 | 54.13 | 32.18 | - |
| YUV | 187.81 | 99.89 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 138 | 0.14 | 0 | 0.32 | 0.2 | 86.36 | 0.39 | 0.67 |
| Hex | AF | CC | 8A | E | 0 | 20 | 14 | 56 | 27 | 43 |
| Octal | 257 | 314 | 212 | 16 | 0 | 40 | 24 | 126 | 47 | 103 |
| Binary | 10101111 | 11001100 | 10001010 | 1110 | 0 | 100000 | 10100 | 1010110 | 100111 | 1000011 |
Color Harmonies of #AFCC8A
Complementary color
Monochromatic Colors of #AFCC8A
Black with #AFCC8A
Text Example
Text Example
White with #AFCC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCC8A; }
p { color: rgb(175,204,138); }
H1.HeaderClassName
{
color: #AFCC8A;
}
.AnyTagClassName
{
color: #AFCC8A;
}
</style>
background-color css
<style>
a { background-color: #AFCC8A; }
a { background-color: rgb(175,204,138); }
div.DivClassName
{
background-color: #AFCC8A;
}
.BgClassName
{
background-color: #AFCC8A;
}
</style>
border-color css
<style>
span { border-color: #AFCC8A; }
span { border-color: rgb(175,204,138); }
td.TdClassName
{
border-color: #AFCC8A;
}
.TagClassName
{
border-color: #AFCC8A;
}
</style>