Shades of Caper #AFC587
Tints of Caper #AFC587
RGB
CMYK
RGB Variations
Color information
#AFC587 (or 0xAFC587) is known color: Caper. HEX triplet: AF, C5 and 87. RGB value is (175,197,135). Sum of RGB (Red+Green+Blue) = 175+197+135=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 135 (53.12% from 255 or 26.63% from 507); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC587 is #503A78. Grayscale: #B7B7B7. Windows color (decimal): -5257849 or 8897967. OLE color: 8897967.
HSL color Cylindrical-coordinate representation of color #AFC587: hue angle of 81.29º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFC587 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 135 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.23 |
| HSL | 81.29º | 0.35% | 0.65% | - |
| HSV(B) | 81.29º | 0.31% | 0.77% | - |
| XYZ | 42.02 | 50.8 | 30.51 | - |
| YUV | 183.35 | 100.71 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 135 | 0.11 | 0 | 0.31 | 0.23 | 81.29 | 0.35 | 0.65 |
| Hex | AF | C5 | 87 | B | 0 | 1F | 17 | 51 | 23 | 41 |
| Octal | 257 | 305 | 207 | 13 | 0 | 37 | 27 | 121 | 43 | 101 |
| Binary | 10101111 | 11000101 | 10000111 | 1011 | 0 | 11111 | 10111 | 1010001 | 100011 | 1000001 |
Color Harmonies of #AFC587
Complementary color
Monochromatic Colors of #AFC587
Black with #AFC587
Text Example
Text Example
White with #AFC587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC587; }
p { color: rgb(175,197,135); }
H1.HeaderClassName
{
color: #AFC587;
}
.AnyTagClassName
{
color: #AFC587;
}
</style>
background-color css
<style>
a { background-color: #AFC587; }
a { background-color: rgb(175,197,135); }
div.DivClassName
{
background-color: #AFC587;
}
.BgClassName
{
background-color: #AFC587;
}
</style>
border-color css
<style>
span { border-color: #AFC587; }
span { border-color: rgb(175,197,135); }
td.TdClassName
{
border-color: #AFC587;
}
.TagClassName
{
border-color: #AFC587;
}
</style>