Shades of Caper #AAC16C
Tints of Caper #AAC16C
RGB
CMYK
RGB Variations
Color information
#AAC16C (or 0xAAC16C) is known color: Caper. HEX triplet: AA, C1 and 6C. RGB value is (170,193,108). Sum of RGB (Red+Green+Blue) = 170+193+108=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC16C is #553E93. Grayscale: #B0B0B0. Windows color (decimal): -5586580 or 7127466. OLE color: 7127466.
HSL color Cylindrical-coordinate representation of color #AAC16C: hue angle of 76.24º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAC16C is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 108 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.24 |
| HSL | 76.24º | 0.41% | 0.59% | - |
| HSV(B) | 76.24º | 0.44% | 0.76% | - |
| XYZ | 38.35 | 47.77 | 21.39 | - |
| YUV | 176.43 | 89.38 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 108 | 0.12 | 0 | 0.44 | 0.24 | 76.24 | 0.41 | 0.59 |
| Hex | AA | C1 | 6C | C | 0 | 2C | 18 | 4C | 29 | 3B |
| Octal | 252 | 301 | 154 | 14 | 0 | 54 | 30 | 114 | 51 | 73 |
| Binary | 10101010 | 11000001 | 1101100 | 1100 | 0 | 101100 | 11000 | 1001100 | 101001 | 111011 |
Color Harmonies of #AAC16C
Complementary color
Monochromatic Colors of #AAC16C
Black with #AAC16C
Text Example
Text Example
White with #AAC16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC16C; }
p { color: rgb(170,193,108); }
H1.HeaderClassName
{
color: #AAC16C;
}
.AnyTagClassName
{
color: #AAC16C;
}
</style>
background-color css
<style>
a { background-color: #AAC16C; }
a { background-color: rgb(170,193,108); }
div.DivClassName
{
background-color: #AAC16C;
}
.BgClassName
{
background-color: #AAC16C;
}
</style>
border-color css
<style>
span { border-color: #AAC16C; }
span { border-color: rgb(170,193,108); }
td.TdClassName
{
border-color: #AAC16C;
}
.TagClassName
{
border-color: #AAC16C;
}
</style>