Shades of Caper #AAC76B
Tints of Caper #AAC76B
RGB
CMYK
RGB Variations
Color information
#AAC76B (or 0xAAC76B) is known color: Caper. HEX triplet: AA, C7 and 6B. RGB value is (170,199,107). Sum of RGB (Red+Green+Blue) = 170+199+107=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 199 (78.12% from 255 or 41.81% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC76B is #553894. Grayscale: #B4B4B4. Windows color (decimal): -5585045 or 7063466. OLE color: 7063466.
HSL color Cylindrical-coordinate representation of color #AAC76B: hue angle of 78.91º 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 #AAC76B is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 107 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.22 |
| HSL | 78.91º | 0.45% | 0.6% | - |
| HSV(B) | 78.91º | 0.46% | 0.78% | - |
| XYZ | 39.65 | 50.45 | 21.56 | - |
| YUV | 179.84 | 86.89 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 107 | 0.15 | 0 | 0.46 | 0.22 | 78.91 | 0.45 | 0.6 |
| Hex | AA | C7 | 6B | F | 0 | 2E | 16 | 4F | 2D | 3C |
| Octal | 252 | 307 | 153 | 17 | 0 | 56 | 26 | 117 | 55 | 74 |
| Binary | 10101010 | 11000111 | 1101011 | 1111 | 0 | 101110 | 10110 | 1001111 | 101101 | 111100 |
Color Harmonies of #AAC76B
Complementary color
Monochromatic Colors of #AAC76B
Black with #AAC76B
Text Example
Text Example
White with #AAC76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC76B; }
p { color: rgb(170,199,107); }
H1.HeaderClassName
{
color: #AAC76B;
}
.AnyTagClassName
{
color: #AAC76B;
}
</style>
background-color css
<style>
a { background-color: #AAC76B; }
a { background-color: rgb(170,199,107); }
div.DivClassName
{
background-color: #AAC76B;
}
.BgClassName
{
background-color: #AAC76B;
}
</style>
border-color css
<style>
span { border-color: #AAC76B; }
span { border-color: rgb(170,199,107); }
td.TdClassName
{
border-color: #AAC76B;
}
.TagClassName
{
border-color: #AAC76B;
}
</style>