Shades of Caper #AAC16A
Tints of Caper #AAC16A
RGB
CMYK
RGB Variations
Color information
#AAC16A (or 0xAAC16A) is known color: Caper. HEX triplet: AA, C1 and 6A. RGB value is (170,193,106). Sum of RGB (Red+Green+Blue) = 170+193+106=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC16A is #553E95. Grayscale: #B0B0B0. Windows color (decimal): -5586582 or 6996394. OLE color: 6996394.
HSL color Cylindrical-coordinate representation of color #AAC16A: hue angle of 75.86º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAC16A is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 106 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.24 |
| HSL | 75.86º | 0.41% | 0.59% | - |
| HSV(B) | 75.86º | 0.45% | 0.76% | - |
| XYZ | 38.25 | 47.73 | 20.83 | - |
| YUV | 176.21 | 88.38 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 106 | 0.12 | 0 | 0.45 | 0.24 | 75.86 | 0.41 | 0.59 |
| Hex | AA | C1 | 6A | C | 0 | 2D | 18 | 4C | 29 | 3B |
| Octal | 252 | 301 | 152 | 14 | 0 | 55 | 30 | 114 | 51 | 73 |
| Binary | 10101010 | 11000001 | 1101010 | 1100 | 0 | 101101 | 11000 | 1001100 | 101001 | 111011 |
Color Harmonies of #AAC16A
Complementary color
Monochromatic Colors of #AAC16A
Black with #AAC16A
Text Example
Text Example
White with #AAC16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC16A; }
p { color: rgb(170,193,106); }
H1.HeaderClassName
{
color: #AAC16A;
}
.AnyTagClassName
{
color: #AAC16A;
}
</style>
background-color css
<style>
a { background-color: #AAC16A; }
a { background-color: rgb(170,193,106); }
div.DivClassName
{
background-color: #AAC16A;
}
.BgClassName
{
background-color: #AAC16A;
}
</style>
border-color css
<style>
span { border-color: #AAC16A; }
span { border-color: rgb(170,193,106); }
td.TdClassName
{
border-color: #AAC16A;
}
.TagClassName
{
border-color: #AAC16A;
}
</style>