Shades of Caper #AFC881
Tints of Caper #AFC881
RGB
CMYK
RGB Variations
Color information
#AFC881 (or 0xAFC881) is known color: Caper. HEX triplet: AF, C8 and 81. RGB value is (175,200,129). Sum of RGB (Red+Green+Blue) = 175+200+129=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC881 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC881 is #50377E. Grayscale: #B8B8B8. Windows color (decimal): -5257087 or 8505519. OLE color: 8505519.
HSL color Cylindrical-coordinate representation of color #AFC881: hue angle of 81.13º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFC881 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 129 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.22 |
| HSL | 81.13º | 0.39% | 0.65% | - |
| HSV(B) | 81.13º | 0.36% | 0.78% | - |
| XYZ | 42.3 | 52.01 | 28.58 | - |
| YUV | 184.43 | 96.72 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 129 | 0.12 | 0 | 0.36 | 0.22 | 81.13 | 0.39 | 0.65 |
| Hex | AF | C8 | 81 | C | 0 | 24 | 16 | 51 | 27 | 41 |
| Octal | 257 | 310 | 201 | 14 | 0 | 44 | 26 | 121 | 47 | 101 |
| Binary | 10101111 | 11001000 | 10000001 | 1100 | 0 | 100100 | 10110 | 1010001 | 100111 | 1000001 |
Color Harmonies of #AFC881
Complementary color
Monochromatic Colors of #AFC881
Black with #AFC881
Text Example
Text Example
White with #AFC881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC881; }
p { color: rgb(175,200,129); }
H1.HeaderClassName
{
color: #AFC881;
}
.AnyTagClassName
{
color: #AFC881;
}
</style>
background-color css
<style>
a { background-color: #AFC881; }
a { background-color: rgb(175,200,129); }
div.DivClassName
{
background-color: #AFC881;
}
.BgClassName
{
background-color: #AFC881;
}
</style>
border-color css
<style>
span { border-color: #AFC881; }
span { border-color: rgb(175,200,129); }
td.TdClassName
{
border-color: #AFC881;
}
.TagClassName
{
border-color: #AFC881;
}
</style>