Shades of Caper #AFC687
Tints of Caper #AFC687
RGB
CMYK
RGB Variations
Color information
#AFC687 (or 0xAFC687) is known color: Caper. HEX triplet: AF, C6 and 87. RGB value is (175,198,135). Sum of RGB (Red+Green+Blue) = 175+198+135=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 135 (53.12% from 255 or 26.57% from 508); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC687 is #503978. Grayscale: #B8B8B8. Windows color (decimal): -5257593 or 8898223. OLE color: 8898223.
HSL color Cylindrical-coordinate representation of color #AFC687: hue angle of 81.9º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFC687 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 135 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.22 |
| HSL | 81.9º | 0.36% | 0.65% | - |
| HSV(B) | 81.9º | 0.32% | 0.78% | - |
| XYZ | 42.25 | 51.25 | 30.59 | - |
| YUV | 183.94 | 100.38 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 135 | 0.12 | 0 | 0.32 | 0.22 | 81.9 | 0.36 | 0.65 |
| Hex | AF | C6 | 87 | C | 0 | 20 | 16 | 52 | 24 | 41 |
| Octal | 257 | 306 | 207 | 14 | 0 | 40 | 26 | 122 | 44 | 101 |
| Binary | 10101111 | 11000110 | 10000111 | 1100 | 0 | 100000 | 10110 | 1010010 | 100100 | 1000001 |
Color Harmonies of #AFC687
Complementary color
Monochromatic Colors of #AFC687
Black with #AFC687
Text Example
Text Example
White with #AFC687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC687; }
p { color: rgb(175,198,135); }
H1.HeaderClassName
{
color: #AFC687;
}
.AnyTagClassName
{
color: #AFC687;
}
</style>
background-color css
<style>
a { background-color: #AFC687; }
a { background-color: rgb(175,198,135); }
div.DivClassName
{
background-color: #AFC687;
}
.BgClassName
{
background-color: #AFC687;
}
</style>
border-color css
<style>
span { border-color: #AFC687; }
span { border-color: rgb(175,198,135); }
td.TdClassName
{
border-color: #AFC687;
}
.TagClassName
{
border-color: #AFC687;
}
</style>