Shades of Caper #ACC885
Tints of Caper #ACC885
RGB
CMYK
RGB Variations
Color information
#ACC885 (or 0xACC885) is known color: Caper. HEX triplet: AC, C8 and 85. RGB value is (172,200,133). Sum of RGB (Red+Green+Blue) = 172+200+133=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC885 is #53377A. Grayscale: #B8B8B8. Windows color (decimal): -5453691 or 8767660. OLE color: 8767660.
HSL color Cylindrical-coordinate representation of color #ACC885: hue angle of 85.07º 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 #ACC885 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 133 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.22 |
| HSL | 85.07º | 0.38% | 0.65% | - |
| HSV(B) | 85.07º | 0.34% | 0.78% | - |
| XYZ | 41.9 | 51.77 | 29.98 | - |
| YUV | 183.99 | 99.22 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 133 | 0.14 | 0 | 0.34 | 0.22 | 85.07 | 0.38 | 0.65 |
| Hex | AC | C8 | 85 | E | 0 | 22 | 16 | 55 | 26 | 41 |
| Octal | 254 | 310 | 205 | 16 | 0 | 42 | 26 | 125 | 46 | 101 |
| Binary | 10101100 | 11001000 | 10000101 | 1110 | 0 | 100010 | 10110 | 1010101 | 100110 | 1000001 |
Color Harmonies of #ACC885
Complementary color
Monochromatic Colors of #ACC885
Black with #ACC885
Text Example
Text Example
White with #ACC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC885; }
p { color: rgb(172,200,133); }
H1.HeaderClassName
{
color: #ACC885;
}
.AnyTagClassName
{
color: #ACC885;
}
</style>
background-color css
<style>
a { background-color: #ACC885; }
a { background-color: rgb(172,200,133); }
div.DivClassName
{
background-color: #ACC885;
}
.BgClassName
{
background-color: #ACC885;
}
</style>
border-color css
<style>
span { border-color: #ACC885; }
span { border-color: rgb(172,200,133); }
td.TdClassName
{
border-color: #ACC885;
}
.TagClassName
{
border-color: #ACC885;
}
</style>