Shades of Caper #AFC170
Tints of Caper #AFC170
RGB
CMYK
RGB Variations
Color information
#AFC170 (or 0xAFC170) is known color: Caper. HEX triplet: AF, C1 and 70. RGB value is (175,193,112). Sum of RGB (Red+Green+Blue) = 175+193+112=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 193 (75.78% from 255 or 40.21% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC170 is #503E8F. Grayscale: #B2B2B2. Windows color (decimal): -5258896 or 7389615. OLE color: 7389615.
HSL color Cylindrical-coordinate representation of color #AFC170: hue angle of 73.33º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFC170 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 112 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.24 |
| HSL | 73.33º | 0.4% | 0.6% | - |
| HSV(B) | 73.33º | 0.42% | 0.76% | - |
| XYZ | 39.67 | 48.42 | 22.58 | - |
| YUV | 178.38 | 90.54 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 112 | 0.09 | 0 | 0.42 | 0.24 | 73.33 | 0.4 | 0.6 |
| Hex | AF | C1 | 70 | 9 | 0 | 2A | 18 | 49 | 28 | 3C |
| Octal | 257 | 301 | 160 | 11 | 0 | 52 | 30 | 111 | 50 | 74 |
| Binary | 10101111 | 11000001 | 1110000 | 1001 | 0 | 101010 | 11000 | 1001001 | 101000 | 111100 |
Color Harmonies of #AFC170
Complementary color
Monochromatic Colors of #AFC170
Black with #AFC170
Text Example
Text Example
White with #AFC170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC170; }
p { color: rgb(175,193,112); }
H1.HeaderClassName
{
color: #AFC170;
}
.AnyTagClassName
{
color: #AFC170;
}
</style>
background-color css
<style>
a { background-color: #AFC170; }
a { background-color: rgb(175,193,112); }
div.DivClassName
{
background-color: #AFC170;
}
.BgClassName
{
background-color: #AFC170;
}
</style>
border-color css
<style>
span { border-color: #AFC170; }
span { border-color: rgb(175,193,112); }
td.TdClassName
{
border-color: #AFC170;
}
.TagClassName
{
border-color: #AFC170;
}
</style>