Shades of Caper #ACC081
Tints of Caper #ACC081
RGB
CMYK
RGB Variations
Color information
#ACC081 (or 0xACC081) is known color: Caper. HEX triplet: AC, C0 and 81. RGB value is (172,192,129). Sum of RGB (Red+Green+Blue) = 172+192+129=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC081 is #533F7E. Grayscale: #B3B3B3. Windows color (decimal): -5455743 or 8503468. OLE color: 8503468.
HSL color Cylindrical-coordinate representation of color #ACC081: hue angle of 79.05º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACC081 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 192 | 129 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.25 |
| HSL | 79.05º | 0.33% | 0.63% | - |
| HSV(B) | 79.05º | 0.33% | 0.75% | - |
| XYZ | 39.83 | 48.05 | 27.95 | - |
| YUV | 178.84 | 99.87 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 129 | 0.10 | 0 | 0.33 | 0.25 | 79.05 | 0.33 | 0.63 |
| Hex | AC | C0 | 81 | A | 0 | 21 | 19 | 4F | 21 | 3F |
| Octal | 254 | 300 | 201 | 12 | 0 | 41 | 31 | 117 | 41 | 77 |
| Binary | 10101100 | 11000000 | 10000001 | 1010 | 0 | 100001 | 11001 | 1001111 | 100001 | 111111 |
Color Harmonies of #ACC081
Complementary color
Monochromatic Colors of #ACC081
Black with #ACC081
Text Example
Text Example
White with #ACC081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC081; }
p { color: rgb(172,192,129); }
H1.HeaderClassName
{
color: #ACC081;
}
.AnyTagClassName
{
color: #ACC081;
}
</style>
background-color css
<style>
a { background-color: #ACC081; }
a { background-color: rgb(172,192,129); }
div.DivClassName
{
background-color: #ACC081;
}
.BgClassName
{
background-color: #ACC081;
}
</style>
border-color css
<style>
span { border-color: #ACC081; }
span { border-color: rgb(172,192,129); }
td.TdClassName
{
border-color: #ACC081;
}
.TagClassName
{
border-color: #ACC081;
}
</style>