Shades of Caper #AFC087
Tints of Caper #AFC087
RGB
CMYK
RGB Variations
Color information
#AFC087 (or 0xAFC087) is known color: Caper. HEX triplet: AF, C0 and 87. RGB value is (175,192,135). Sum of RGB (Red+Green+Blue) = 175+192+135=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 135 (53.12% from 255 or 26.89% from 502); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC087 is #503F78. Grayscale: #B4B4B4. Windows color (decimal): -5259129 or 8896687. OLE color: 8896687.
HSL color Cylindrical-coordinate representation of color #AFC087: hue angle of 77.89º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFC087 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 135 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.25 |
| HSL | 77.89º | 0.31% | 0.64% | - |
| HSV(B) | 77.89º | 0.3% | 0.75% | - |
| XYZ | 40.9 | 48.56 | 30.14 | - |
| YUV | 180.42 | 102.37 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 135 | 0.09 | 0 | 0.30 | 0.25 | 77.89 | 0.31 | 0.64 |
| Hex | AF | C0 | 87 | 9 | 0 | 1E | 19 | 4E | 1F | 40 |
| Octal | 257 | 300 | 207 | 11 | 0 | 36 | 31 | 116 | 37 | 100 |
| Binary | 10101111 | 11000000 | 10000111 | 1001 | 0 | 11110 | 11001 | 1001110 | 11111 | 1000000 |
Color Harmonies of #AFC087
Complementary color
Monochromatic Colors of #AFC087
Black with #AFC087
Text Example
Text Example
White with #AFC087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC087; }
p { color: rgb(175,192,135); }
H1.HeaderClassName
{
color: #AFC087;
}
.AnyTagClassName
{
color: #AFC087;
}
</style>
background-color css
<style>
a { background-color: #AFC087; }
a { background-color: rgb(175,192,135); }
div.DivClassName
{
background-color: #AFC087;
}
.BgClassName
{
background-color: #AFC087;
}
</style>
border-color css
<style>
span { border-color: #AFC087; }
span { border-color: rgb(175,192,135); }
td.TdClassName
{
border-color: #AFC087;
}
.TagClassName
{
border-color: #AFC087;
}
</style>