Shades of Gimblet #AAA366
Tints of Gimblet #AAA366
RGB
CMYK
RGB Variations
Color information
#AAA366 (or 0xAAA366) is known color: Gimblet. HEX triplet: AA, A3 and 66. RGB value is (170,163,102). Sum of RGB (Red+Green+Blue) = 170+163+102=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA366 is #555C99. Grayscale: #9E9E9E. Windows color (decimal): -5594266 or 6726570. OLE color: 6726570.
HSL color Cylindrical-coordinate representation of color #AAA366: hue angle of 53.82º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAA366 is Cyan = 0, Magento = 0.04, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 102 | - |
| CMYK | 0 | 0.04 | 0.4 | 0.33 |
| HSL | 53.82º | 0.29% | 0.53% | - |
| HSV(B) | 53.82º | 0.4% | 0.67% | - |
| XYZ | 32.07 | 35.7 | 17.77 | - |
| YUV | 158.14 | 96.32 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 102 | 0 | 0.04 | 0.4 | 0.33 | 53.82 | 0.29 | 0.53 |
| Hex | AA | A3 | 66 | 0 | 4 | 28 | 21 | 36 | 1D | 35 |
| Octal | 252 | 243 | 146 | 0 | 4 | 50 | 41 | 66 | 35 | 65 |
| Binary | 10101010 | 10100011 | 1100110 | 0 | 100 | 101000 | 100001 | 110110 | 11101 | 110101 |
Color Harmonies of #AAA366
Complementary color
Monochromatic Colors of #AAA366
Black with #AAA366
Text Example
Text Example
White with #AAA366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA366; }
p { color: rgb(170,163,102); }
H1.HeaderClassName
{
color: #AAA366;
}
.AnyTagClassName
{
color: #AAA366;
}
</style>
background-color css
<style>
a { background-color: #AAA366; }
a { background-color: rgb(170,163,102); }
div.DivClassName
{
background-color: #AAA366;
}
.BgClassName
{
background-color: #AAA366;
}
</style>
border-color css
<style>
span { border-color: #AAA366; }
span { border-color: rgb(170,163,102); }
td.TdClassName
{
border-color: #AAA366;
}
.TagClassName
{
border-color: #AAA366;
}
</style>