Shades of Caper #AFC885
Tints of Caper #AFC885
RGB
CMYK
RGB Variations
Color information
#AFC885 (or 0xAFC885) is known color: Caper. HEX triplet: AF, C8 and 85. RGB value is (175,200,133). Sum of RGB (Red+Green+Blue) = 175+200+133=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC885 is #50377A. Grayscale: #B9B9B9. Windows color (decimal): -5257083 or 8767663. OLE color: 8767663.
HSL color Cylindrical-coordinate representation of color #AFC885: hue angle of 82.39º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFC885 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 133 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.22 |
| HSL | 82.39º | 0.38% | 0.65% | - |
| HSV(B) | 82.39º | 0.34% | 0.78% | - |
| XYZ | 42.57 | 52.12 | 30.01 | - |
| YUV | 184.89 | 98.72 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 133 | 0.12 | 0 | 0.34 | 0.22 | 82.39 | 0.38 | 0.65 |
| Hex | AF | C8 | 85 | C | 0 | 22 | 16 | 52 | 26 | 41 |
| Octal | 257 | 310 | 205 | 14 | 0 | 42 | 26 | 122 | 46 | 101 |
| Binary | 10101111 | 11001000 | 10000101 | 1100 | 0 | 100010 | 10110 | 1010010 | 100110 | 1000001 |
Color Harmonies of #AFC885
Complementary color
Monochromatic Colors of #AFC885
Black with #AFC885
Text Example
Text Example
White with #AFC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC885; }
p { color: rgb(175,200,133); }
H1.HeaderClassName
{
color: #AFC885;
}
.AnyTagClassName
{
color: #AFC885;
}
</style>
background-color css
<style>
a { background-color: #AFC885; }
a { background-color: rgb(175,200,133); }
div.DivClassName
{
background-color: #AFC885;
}
.BgClassName
{
background-color: #AFC885;
}
</style>
border-color css
<style>
span { border-color: #AFC885; }
span { border-color: rgb(175,200,133); }
td.TdClassName
{
border-color: #AFC885;
}
.TagClassName
{
border-color: #AFC885;
}
</style>