Shades of Caper #AAC084
Tints of Caper #AAC084
RGB
CMYK
RGB Variations
Color information
#AAC084 (or 0xAAC084) is known color: Caper. HEX triplet: AA, C0 and 84. RGB value is (170,192,132). Sum of RGB (Red+Green+Blue) = 170+192+132=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC084 is #553F7B. Grayscale: #B2B2B2. Windows color (decimal): -5586812 or 8700074. OLE color: 8700074.
HSL color Cylindrical-coordinate representation of color #AAC084: hue angle of 82º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAC084 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 132 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.25 |
| HSL | 82º | 0.32% | 0.64% | - |
| HSV(B) | 82º | 0.31% | 0.75% | - |
| XYZ | 39.59 | 47.91 | 28.99 | - |
| YUV | 178.58 | 101.71 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 132 | 0.11 | 0 | 0.31 | 0.25 | 82 | 0.32 | 0.64 |
| Hex | AA | C0 | 84 | B | 0 | 1F | 19 | 52 | 20 | 40 |
| Octal | 252 | 300 | 204 | 13 | 0 | 37 | 31 | 122 | 40 | 100 |
| Binary | 10101010 | 11000000 | 10000100 | 1011 | 0 | 11111 | 11001 | 1010010 | 100000 | 1000000 |
Color Harmonies of #AAC084
Complementary color
Monochromatic Colors of #AAC084
Black with #AAC084
Text Example
Text Example
White with #AAC084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC084; }
p { color: rgb(170,192,132); }
H1.HeaderClassName
{
color: #AAC084;
}
.AnyTagClassName
{
color: #AAC084;
}
</style>
background-color css
<style>
a { background-color: #AAC084; }
a { background-color: rgb(170,192,132); }
div.DivClassName
{
background-color: #AAC084;
}
.BgClassName
{
background-color: #AAC084;
}
</style>
border-color css
<style>
span { border-color: #AAC084; }
span { border-color: rgb(170,192,132); }
td.TdClassName
{
border-color: #AAC084;
}
.TagClassName
{
border-color: #AAC084;
}
</style>