Shades of Gimblet #AAA362
Tints of Gimblet #AAA362
RGB
CMYK
RGB Variations
Color information
#AAA362 (or 0xAAA362) is known color: Gimblet. HEX triplet: AA, A3 and 62. RGB value is (170,163,98). Sum of RGB (Red+Green+Blue) = 170+163+98=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA362 is #555C9D. Grayscale: #9D9D9D. Windows color (decimal): -5594270 or 6464426. OLE color: 6464426.
HSL color Cylindrical-coordinate representation of color #AAA362: hue angle of 54.17º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAA362 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 98 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.33 |
| HSL | 54.17º | 0.3% | 0.53% | - |
| HSV(B) | 54.17º | 0.42% | 0.67% | - |
| XYZ | 31.88 | 35.62 | 16.75 | - |
| YUV | 157.68 | 94.32 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 98 | 0 | 0.04 | 0.42 | 0.33 | 54.17 | 0.3 | 0.53 |
| Hex | AA | A3 | 62 | 0 | 4 | 2A | 21 | 36 | 1E | 35 |
| Octal | 252 | 243 | 142 | 0 | 4 | 52 | 41 | 66 | 36 | 65 |
| Binary | 10101010 | 10100011 | 1100010 | 0 | 100 | 101010 | 100001 | 110110 | 11110 | 110101 |
Color Harmonies of #AAA362
Complementary color
Monochromatic Colors of #AAA362
Black with #AAA362
Text Example
Text Example
White with #AAA362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA362; }
p { color: rgb(170,163,98); }
H1.HeaderClassName
{
color: #AAA362;
}
.AnyTagClassName
{
color: #AAA362;
}
</style>
background-color css
<style>
a { background-color: #AAA362; }
a { background-color: rgb(170,163,98); }
div.DivClassName
{
background-color: #AAA362;
}
.BgClassName
{
background-color: #AAA362;
}
</style>
border-color css
<style>
span { border-color: #AAA362; }
span { border-color: rgb(170,163,98); }
td.TdClassName
{
border-color: #AAA362;
}
.TagClassName
{
border-color: #AAA362;
}
</style>