Shades of Gimblet #AAA76A
Tints of Gimblet #AAA76A
RGB
CMYK
RGB Variations
Color information
#AAA76A (or 0xAAA76A) is known color: Gimblet. HEX triplet: AA, A7 and 6A. RGB value is (170,167,106). Sum of RGB (Red+Green+Blue) = 170+167+106=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA76A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA76A is #555895. Grayscale: #A1A1A1. Windows color (decimal): -5593238 or 6989738. OLE color: 6989738.
HSL color Cylindrical-coordinate representation of color #AAA76A: hue angle of 57.19º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAA76A is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 106 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.33 |
| HSL | 57.19º | 0.27% | 0.54% | - |
| HSV(B) | 57.19º | 0.38% | 0.67% | - |
| XYZ | 33 | 37.22 | 19.08 | - |
| YUV | 160.94 | 96.99 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 106 | 0 | 0.02 | 0.38 | 0.33 | 57.19 | 0.27 | 0.54 |
| Hex | AA | A7 | 6A | 0 | 2 | 26 | 21 | 39 | 1B | 36 |
| Octal | 252 | 247 | 152 | 0 | 2 | 46 | 41 | 71 | 33 | 66 |
| Binary | 10101010 | 10100111 | 1101010 | 0 | 10 | 100110 | 100001 | 111001 | 11011 | 110110 |
Color Harmonies of #AAA76A
Complementary color
Monochromatic Colors of #AAA76A
Black with #AAA76A
Text Example
Text Example
White with #AAA76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA76A; }
p { color: rgb(170,167,106); }
H1.HeaderClassName
{
color: #AAA76A;
}
.AnyTagClassName
{
color: #AAA76A;
}
</style>
background-color css
<style>
a { background-color: #AAA76A; }
a { background-color: rgb(170,167,106); }
div.DivClassName
{
background-color: #AAA76A;
}
.BgClassName
{
background-color: #AAA76A;
}
</style>
border-color css
<style>
span { border-color: #AAA76A; }
span { border-color: rgb(170,167,106); }
td.TdClassName
{
border-color: #AAA76A;
}
.TagClassName
{
border-color: #AAA76A;
}
</style>