Shades of Caper #AFCE88
Tints of Caper #AFCE88
RGB
CMYK
RGB Variations
Color information
#AFCE88 (or 0xAFCE88) is known color: Caper. HEX triplet: AF, CE and 88. RGB value is (175,206,136). Sum of RGB (Red+Green+Blue) = 175+206+136=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCE88 is #503177. Grayscale: #BDBDBD. Windows color (decimal): -5255544 or 8965807. OLE color: 8965807.
HSL color Cylindrical-coordinate representation of color #AFCE88: hue angle of 86.57º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFCE88 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 206 | 136 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.19 |
| HSL | 86.57º | 0.42% | 0.67% | - |
| HSV(B) | 86.57º | 0.34% | 0.81% | - |
| XYZ | 44.19 | 55.03 | 31.59 | - |
| YUV | 188.75 | 98.23 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 206 | 136 | 0.15 | 0 | 0.34 | 0.19 | 86.57 | 0.42 | 0.67 |
| Hex | AF | CE | 88 | F | 0 | 22 | 13 | 57 | 2A | 43 |
| Octal | 257 | 316 | 210 | 17 | 0 | 42 | 23 | 127 | 52 | 103 |
| Binary | 10101111 | 11001110 | 10001000 | 1111 | 0 | 100010 | 10011 | 1010111 | 101010 | 1000011 |
Color Harmonies of #AFCE88
Complementary color
Monochromatic Colors of #AFCE88
Black with #AFCE88
Text Example
Text Example
White with #AFCE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCE88; }
p { color: rgb(175,206,136); }
H1.HeaderClassName
{
color: #AFCE88;
}
.AnyTagClassName
{
color: #AFCE88;
}
</style>
background-color css
<style>
a { background-color: #AFCE88; }
a { background-color: rgb(175,206,136); }
div.DivClassName
{
background-color: #AFCE88;
}
.BgClassName
{
background-color: #AFCE88;
}
</style>
border-color css
<style>
span { border-color: #AFCE88; }
span { border-color: rgb(175,206,136); }
td.TdClassName
{
border-color: #AFCE88;
}
.TagClassName
{
border-color: #AFCE88;
}
</style>