Shades of Caper #AAC76C
Tints of Caper #AAC76C
RGB
CMYK
RGB Variations
Color information
#AAC76C (or 0xAAC76C) is known color: Caper. HEX triplet: AA, C7 and 6C. RGB value is (170,199,108). Sum of RGB (Red+Green+Blue) = 170+199+108=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC76C is #553893. Grayscale: #B4B4B4. Windows color (decimal): -5585044 or 7129002. OLE color: 7129002.
HSL color Cylindrical-coordinate representation of color #AAC76C: hue angle of 79.12º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAC76C is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 108 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.22 |
| HSL | 79.12º | 0.45% | 0.6% | - |
| HSV(B) | 79.12º | 0.46% | 0.78% | - |
| XYZ | 39.71 | 50.48 | 21.84 | - |
| YUV | 179.96 | 87.39 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 108 | 0.15 | 0 | 0.46 | 0.22 | 79.12 | 0.45 | 0.6 |
| Hex | AA | C7 | 6C | F | 0 | 2E | 16 | 4F | 2D | 3C |
| Octal | 252 | 307 | 154 | 17 | 0 | 56 | 26 | 117 | 55 | 74 |
| Binary | 10101010 | 11000111 | 1101100 | 1111 | 0 | 101110 | 10110 | 1001111 | 101101 | 111100 |
Color Harmonies of #AAC76C
Complementary color
Monochromatic Colors of #AAC76C
Black with #AAC76C
Text Example
Text Example
White with #AAC76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC76C; }
p { color: rgb(170,199,108); }
H1.HeaderClassName
{
color: #AAC76C;
}
.AnyTagClassName
{
color: #AAC76C;
}
</style>
background-color css
<style>
a { background-color: #AAC76C; }
a { background-color: rgb(170,199,108); }
div.DivClassName
{
background-color: #AAC76C;
}
.BgClassName
{
background-color: #AAC76C;
}
</style>
border-color css
<style>
span { border-color: #AAC76C; }
span { border-color: rgb(170,199,108); }
td.TdClassName
{
border-color: #AAC76C;
}
.TagClassName
{
border-color: #AAC76C;
}
</style>