Shades of Gimblet #AAA86A
Tints of Gimblet #AAA86A
RGB
CMYK
RGB Variations
Color information
#AAA86A (or 0xAAA86A) is known color: Gimblet. HEX triplet: AA, A8 and 6A. RGB value is (170,168,106). Sum of RGB (Red+Green+Blue) = 170+168+106=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA86A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA86A is #555795. Grayscale: #A1A1A1. Windows color (decimal): -5592982 or 6989994. OLE color: 6989994.
HSL color Cylindrical-coordinate representation of color #AAA86A: hue angle of 58.12º 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 #AAA86A is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 106 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.33 |
| HSL | 58.13º | 0.27% | 0.54% | - |
| HSV(B) | 58.13º | 0.38% | 0.67% | - |
| XYZ | 33.18 | 37.59 | 19.14 | - |
| YUV | 161.53 | 96.66 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 106 | 0 | 0.01 | 0.38 | 0.33 | 58.13 | 0.27 | 0.54 |
| Hex | AA | A8 | 6A | 0 | 1 | 26 | 21 | 3A | 1B | 36 |
| Octal | 252 | 250 | 152 | 0 | 1 | 46 | 41 | 72 | 33 | 66 |
| Binary | 10101010 | 10101000 | 1101010 | 0 | 1 | 100110 | 100001 | 111010 | 11011 | 110110 |
Color Harmonies of #AAA86A
Complementary color
Monochromatic Colors of #AAA86A
Black with #AAA86A
Text Example
Text Example
White with #AAA86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA86A; }
p { color: rgb(170,168,106); }
H1.HeaderClassName
{
color: #AAA86A;
}
.AnyTagClassName
{
color: #AAA86A;
}
</style>
background-color css
<style>
a { background-color: #AAA86A; }
a { background-color: rgb(170,168,106); }
div.DivClassName
{
background-color: #AAA86A;
}
.BgClassName
{
background-color: #AAA86A;
}
</style>
border-color css
<style>
span { border-color: #AAA86A; }
span { border-color: rgb(170,168,106); }
td.TdClassName
{
border-color: #AAA86A;
}
.TagClassName
{
border-color: #AAA86A;
}
</style>