Shades of Caper #AAC16E
Tints of Caper #AAC16E
RGB
CMYK
RGB Variations
Color information
#AAC16E (or 0xAAC16E) is known color: Caper. HEX triplet: AA, C1 and 6E. RGB value is (170,193,110). Sum of RGB (Red+Green+Blue) = 170+193+110=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC16E is #553E91. Grayscale: #B0B0B0. Windows color (decimal): -5586578 or 7258538. OLE color: 7258538.
HSL color Cylindrical-coordinate representation of color #AAC16E: hue angle of 76.63º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAC16E is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 110 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.24 |
| HSL | 76.63º | 0.4% | 0.59% | - |
| HSV(B) | 76.63º | 0.43% | 0.76% | - |
| XYZ | 38.46 | 47.81 | 21.95 | - |
| YUV | 176.66 | 90.38 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 110 | 0.12 | 0 | 0.43 | 0.24 | 76.63 | 0.4 | 0.59 |
| Hex | AA | C1 | 6E | C | 0 | 2B | 18 | 4D | 28 | 3B |
| Octal | 252 | 301 | 156 | 14 | 0 | 53 | 30 | 115 | 50 | 73 |
| Binary | 10101010 | 11000001 | 1101110 | 1100 | 0 | 101011 | 11000 | 1001101 | 101000 | 111011 |
Color Harmonies of #AAC16E
Complementary color
Monochromatic Colors of #AAC16E
Black with #AAC16E
Text Example
Text Example
White with #AAC16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC16E; }
p { color: rgb(170,193,110); }
H1.HeaderClassName
{
color: #AAC16E;
}
.AnyTagClassName
{
color: #AAC16E;
}
</style>
background-color css
<style>
a { background-color: #AAC16E; }
a { background-color: rgb(170,193,110); }
div.DivClassName
{
background-color: #AAC16E;
}
.BgClassName
{
background-color: #AAC16E;
}
</style>
border-color css
<style>
span { border-color: #AAC16E; }
span { border-color: rgb(170,193,110); }
td.TdClassName
{
border-color: #AAC16E;
}
.TagClassName
{
border-color: #AAC16E;
}
</style>