Shades of Caper #AAC96C
Tints of Caper #AAC96C
RGB
CMYK
RGB Variations
Color information
#AAC96C (or 0xAAC96C) is known color: Caper. HEX triplet: AA, C9 and 6C. RGB value is (170,201,108). Sum of RGB (Red+Green+Blue) = 170+201+108=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC96C is #553693. Grayscale: #B5B5B5. Windows color (decimal): -5584532 or 7129514. OLE color: 7129514.
HSL color Cylindrical-coordinate representation of color #AAC96C: hue angle of 80º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAC96C is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 108 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.21 |
| HSL | 80º | 0.46% | 0.61% | - |
| HSV(B) | 80º | 0.46% | 0.79% | - |
| XYZ | 40.17 | 51.4 | 21.99 | - |
| YUV | 181.13 | 86.73 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 108 | 0.15 | 0 | 0.46 | 0.21 | 80 | 0.46 | 0.61 |
| Hex | AA | C9 | 6C | F | 0 | 2E | 15 | 50 | 2E | 3D |
| Octal | 252 | 311 | 154 | 17 | 0 | 56 | 25 | 120 | 56 | 75 |
| Binary | 10101010 | 11001001 | 1101100 | 1111 | 0 | 101110 | 10101 | 1010000 | 101110 | 111101 |
Color Harmonies of #AAC96C
Complementary color
Monochromatic Colors of #AAC96C
Black with #AAC96C
Text Example
Text Example
White with #AAC96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC96C; }
p { color: rgb(170,201,108); }
H1.HeaderClassName
{
color: #AAC96C;
}
.AnyTagClassName
{
color: #AAC96C;
}
</style>
background-color css
<style>
a { background-color: #AAC96C; }
a { background-color: rgb(170,201,108); }
div.DivClassName
{
background-color: #AAC96C;
}
.BgClassName
{
background-color: #AAC96C;
}
</style>
border-color css
<style>
span { border-color: #AAC96C; }
span { border-color: rgb(170,201,108); }
td.TdClassName
{
border-color: #AAC96C;
}
.TagClassName
{
border-color: #AAC96C;
}
</style>