Shades of Caper #AFC588
Tints of Caper #AFC588
RGB
CMYK
RGB Variations
Color information
#AFC588 (or 0xAFC588) is known color: Caper. HEX triplet: AF, C5 and 88. RGB value is (175,197,136). Sum of RGB (Red+Green+Blue) = 175+197+136=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC588 is #503A77. Grayscale: #B7B7B7. Windows color (decimal): -5257848 or 8963503. OLE color: 8963503.
HSL color Cylindrical-coordinate representation of color #AFC588: hue angle of 81.64º degrees, saturation: 0.34, 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 #AFC588 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 136 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.23 |
| HSL | 81.64º | 0.34% | 0.65% | - |
| HSV(B) | 81.64º | 0.31% | 0.77% | - |
| XYZ | 42.09 | 50.82 | 30.88 | - |
| YUV | 183.47 | 101.21 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 136 | 0.11 | 0 | 0.31 | 0.23 | 81.64 | 0.34 | 0.65 |
| Hex | AF | C5 | 88 | B | 0 | 1F | 17 | 52 | 22 | 41 |
| Octal | 257 | 305 | 210 | 13 | 0 | 37 | 27 | 122 | 42 | 101 |
| Binary | 10101111 | 11000101 | 10001000 | 1011 | 0 | 11111 | 10111 | 1010010 | 100010 | 1000001 |
Color Harmonies of #AFC588
Complementary color
Monochromatic Colors of #AFC588
Black with #AFC588
Text Example
Text Example
White with #AFC588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC588; }
p { color: rgb(175,197,136); }
H1.HeaderClassName
{
color: #AFC588;
}
.AnyTagClassName
{
color: #AFC588;
}
</style>
background-color css
<style>
a { background-color: #AFC588; }
a { background-color: rgb(175,197,136); }
div.DivClassName
{
background-color: #AFC588;
}
.BgClassName
{
background-color: #AFC588;
}
</style>
border-color css
<style>
span { border-color: #AFC588; }
span { border-color: rgb(175,197,136); }
td.TdClassName
{
border-color: #AFC588;
}
.TagClassName
{
border-color: #AFC588;
}
</style>