Shades of Caper #AFC186
Tints of Caper #AFC186
RGB
CMYK
RGB Variations
Color information
#AFC186 (or 0xAFC186) is known color: Caper. HEX triplet: AF, C1 and 86. RGB value is (175,193,134). Sum of RGB (Red+Green+Blue) = 175+193+134=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC186 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC186 is #503E79. Grayscale: #B5B5B5. Windows color (decimal): -5258874 or 8831407. OLE color: 8831407.
HSL color Cylindrical-coordinate representation of color #AFC186: hue angle of 78.31º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFC186 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 134 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.24 |
| HSL | 78.31º | 0.32% | 0.64% | - |
| HSV(B) | 78.31º | 0.31% | 0.76% | - |
| XYZ | 41.05 | 48.98 | 29.84 | - |
| YUV | 180.89 | 101.54 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 134 | 0.09 | 0 | 0.31 | 0.24 | 78.31 | 0.32 | 0.64 |
| Hex | AF | C1 | 86 | 9 | 0 | 1F | 18 | 4E | 20 | 40 |
| Octal | 257 | 301 | 206 | 11 | 0 | 37 | 30 | 116 | 40 | 100 |
| Binary | 10101111 | 11000001 | 10000110 | 1001 | 0 | 11111 | 11000 | 1001110 | 100000 | 1000000 |
Color Harmonies of #AFC186
Complementary color
Monochromatic Colors of #AFC186
Black with #AFC186
Text Example
Text Example
White with #AFC186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC186; }
p { color: rgb(175,193,134); }
H1.HeaderClassName
{
color: #AFC186;
}
.AnyTagClassName
{
color: #AFC186;
}
</style>
background-color css
<style>
a { background-color: #AFC186; }
a { background-color: rgb(175,193,134); }
div.DivClassName
{
background-color: #AFC186;
}
.BgClassName
{
background-color: #AFC186;
}
</style>
border-color css
<style>
span { border-color: #AFC186; }
span { border-color: rgb(175,193,134); }
td.TdClassName
{
border-color: #AFC186;
}
.TagClassName
{
border-color: #AFC186;
}
</style>