Shades of Gimblet #AAA76C
Tints of Gimblet #AAA76C
RGB
CMYK
RGB Variations
Color information
#AAA76C (or 0xAAA76C) is known color: Gimblet. HEX triplet: AA, A7 and 6C. RGB value is (170,167,108). Sum of RGB (Red+Green+Blue) = 170+167+108=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA76C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA76C is #555893. Grayscale: #A1A1A1. Windows color (decimal): -5593236 or 7120810. OLE color: 7120810.
HSL color Cylindrical-coordinate representation of color #AAA76C: hue angle of 57.1º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAA76C is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 108 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.33 |
| HSL | 57.1º | 0.27% | 0.55% | - |
| HSV(B) | 57.1º | 0.36% | 0.67% | - |
| XYZ | 33.1 | 37.27 | 19.64 | - |
| YUV | 161.17 | 97.99 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 108 | 0 | 0.02 | 0.36 | 0.33 | 57.1 | 0.27 | 0.55 |
| Hex | AA | A7 | 6C | 0 | 2 | 24 | 21 | 39 | 1B | 37 |
| Octal | 252 | 247 | 154 | 0 | 2 | 44 | 41 | 71 | 33 | 67 |
| Binary | 10101010 | 10100111 | 1101100 | 0 | 10 | 100100 | 100001 | 111001 | 11011 | 110111 |
Color Harmonies of #AAA76C
Complementary color
Monochromatic Colors of #AAA76C
Black with #AAA76C
Text Example
Text Example
White with #AAA76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA76C; }
p { color: rgb(170,167,108); }
H1.HeaderClassName
{
color: #AAA76C;
}
.AnyTagClassName
{
color: #AAA76C;
}
</style>
background-color css
<style>
a { background-color: #AAA76C; }
a { background-color: rgb(170,167,108); }
div.DivClassName
{
background-color: #AAA76C;
}
.BgClassName
{
background-color: #AAA76C;
}
</style>
border-color css
<style>
span { border-color: #AAA76C; }
span { border-color: rgb(170,167,108); }
td.TdClassName
{
border-color: #AAA76C;
}
.TagClassName
{
border-color: #AAA76C;
}
</style>