Shades of Caper #AFC887
Tints of Caper #AFC887
RGB
CMYK
RGB Variations
Color information
#AFC887 (or 0xAFC887) is known color: Caper. HEX triplet: AF, C8 and 87. RGB value is (175,200,135). Sum of RGB (Red+Green+Blue) = 175+200+135=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 135 (53.12% from 255 or 26.47% from 510); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC887 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC887 is #503778. Grayscale: #B9B9B9. Windows color (decimal): -5257081 or 8898735. OLE color: 8898735.
HSL color Cylindrical-coordinate representation of color #AFC887: hue angle of 83.08º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFC887 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 135 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.22 |
| HSL | 83.08º | 0.37% | 0.66% | - |
| HSV(B) | 83.08º | 0.33% | 0.78% | - |
| XYZ | 42.71 | 52.17 | 30.74 | - |
| YUV | 185.12 | 99.72 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 135 | 0.12 | 0 | 0.32 | 0.22 | 83.08 | 0.37 | 0.66 |
| Hex | AF | C8 | 87 | C | 0 | 20 | 16 | 53 | 25 | 42 |
| Octal | 257 | 310 | 207 | 14 | 0 | 40 | 26 | 123 | 45 | 102 |
| Binary | 10101111 | 11001000 | 10000111 | 1100 | 0 | 100000 | 10110 | 1010011 | 100101 | 1000010 |
Color Harmonies of #AFC887
Complementary color
Monochromatic Colors of #AFC887
Black with #AFC887
Text Example
Text Example
White with #AFC887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC887; }
p { color: rgb(175,200,135); }
H1.HeaderClassName
{
color: #AFC887;
}
.AnyTagClassName
{
color: #AFC887;
}
</style>
background-color css
<style>
a { background-color: #AFC887; }
a { background-color: rgb(175,200,135); }
div.DivClassName
{
background-color: #AFC887;
}
.BgClassName
{
background-color: #AFC887;
}
</style>
border-color css
<style>
span { border-color: #AFC887; }
span { border-color: rgb(175,200,135); }
td.TdClassName
{
border-color: #AFC887;
}
.TagClassName
{
border-color: #AFC887;
}
</style>