Shades of Gimblet #AAA66A
Tints of Gimblet #AAA66A
RGB
CMYK
RGB Variations
Color information
#AAA66A (or 0xAAA66A) is known color: Gimblet. HEX triplet: AA, A6 and 6A. RGB value is (170,166,106). Sum of RGB (Red+Green+Blue) = 170+166+106=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA66A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA66A is #555995. Grayscale: #A0A0A0. Windows color (decimal): -5593494 or 6989482. OLE color: 6989482.
HSL color Cylindrical-coordinate representation of color #AAA66A: hue angle of 56.25º 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 #AAA66A is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 106 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.33 |
| HSL | 56.25º | 0.27% | 0.54% | - |
| HSV(B) | 56.25º | 0.38% | 0.67% | - |
| XYZ | 32.82 | 36.86 | 19.02 | - |
| YUV | 160.36 | 97.33 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 106 | 0 | 0.02 | 0.38 | 0.33 | 56.25 | 0.27 | 0.54 |
| Hex | AA | A6 | 6A | 0 | 2 | 26 | 21 | 38 | 1B | 36 |
| Octal | 252 | 246 | 152 | 0 | 2 | 46 | 41 | 70 | 33 | 66 |
| Binary | 10101010 | 10100110 | 1101010 | 0 | 10 | 100110 | 100001 | 111000 | 11011 | 110110 |
Color Harmonies of #AAA66A
Complementary color
Monochromatic Colors of #AAA66A
Black with #AAA66A
Text Example
Text Example
White with #AAA66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA66A; }
p { color: rgb(170,166,106); }
H1.HeaderClassName
{
color: #AAA66A;
}
.AnyTagClassName
{
color: #AAA66A;
}
</style>
background-color css
<style>
a { background-color: #AAA66A; }
a { background-color: rgb(170,166,106); }
div.DivClassName
{
background-color: #AAA66A;
}
.BgClassName
{
background-color: #AAA66A;
}
</style>
border-color css
<style>
span { border-color: #AAA66A; }
span { border-color: rgb(170,166,106); }
td.TdClassName
{
border-color: #AAA66A;
}
.TagClassName
{
border-color: #AAA66A;
}
</style>