Shades of Caper #ACC170
Tints of Caper #ACC170
RGB
CMYK
RGB Variations
Color information
#ACC170 (or 0xACC170) is known color: Caper. HEX triplet: AC, C1 and 70. RGB value is (172,193,112). Sum of RGB (Red+Green+Blue) = 172+193+112=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC170 is #533E8F. Grayscale: #B1B1B1. Windows color (decimal): -5455504 or 7389612. OLE color: 7389612.
HSL color Cylindrical-coordinate representation of color #ACC170: hue angle of 75.56º 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 #ACC170 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 112 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.24 |
| HSL | 75.56º | 0.4% | 0.6% | - |
| HSV(B) | 75.56º | 0.42% | 0.76% | - |
| XYZ | 39.01 | 48.08 | 22.55 | - |
| YUV | 177.49 | 91.04 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 112 | 0.11 | 0 | 0.42 | 0.24 | 75.56 | 0.4 | 0.6 |
| Hex | AC | C1 | 70 | B | 0 | 2A | 18 | 4C | 28 | 3C |
| Octal | 254 | 301 | 160 | 13 | 0 | 52 | 30 | 114 | 50 | 74 |
| Binary | 10101100 | 11000001 | 1110000 | 1011 | 0 | 101010 | 11000 | 1001100 | 101000 | 111100 |
Color Harmonies of #ACC170
Complementary color
Monochromatic Colors of #ACC170
Black with #ACC170
Text Example
Text Example
White with #ACC170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC170; }
p { color: rgb(172,193,112); }
H1.HeaderClassName
{
color: #ACC170;
}
.AnyTagClassName
{
color: #ACC170;
}
</style>
background-color css
<style>
a { background-color: #ACC170; }
a { background-color: rgb(172,193,112); }
div.DivClassName
{
background-color: #ACC170;
}
.BgClassName
{
background-color: #ACC170;
}
</style>
border-color css
<style>
span { border-color: #ACC170; }
span { border-color: rgb(172,193,112); }
td.TdClassName
{
border-color: #ACC170;
}
.TagClassName
{
border-color: #ACC170;
}
</style>