Shades of Gimblet #AAA361
Tints of Gimblet #AAA361
RGB
CMYK
RGB Variations
Color information
#AAA361 (or 0xAAA361) is known color: Gimblet. HEX triplet: AA, A3 and 61. RGB value is (170,163,97). Sum of RGB (Red+Green+Blue) = 170+163+97=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA361 is #555C9E. Grayscale: #9D9D9D. Windows color (decimal): -5594271 or 6398890. OLE color: 6398890.
HSL color Cylindrical-coordinate representation of color #AAA361: hue angle of 54.25º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAA361 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 97 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.33 |
| HSL | 54.25º | 0.3% | 0.52% | - |
| HSV(B) | 54.25º | 0.43% | 0.67% | - |
| XYZ | 31.83 | 35.6 | 16.5 | - |
| YUV | 157.57 | 93.82 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 97 | 0 | 0.04 | 0.43 | 0.33 | 54.25 | 0.3 | 0.52 |
| Hex | AA | A3 | 61 | 0 | 4 | 2B | 21 | 36 | 1E | 34 |
| Octal | 252 | 243 | 141 | 0 | 4 | 53 | 41 | 66 | 36 | 64 |
| Binary | 10101010 | 10100011 | 1100001 | 0 | 100 | 101011 | 100001 | 110110 | 11110 | 110100 |
Color Harmonies of #AAA361
Complementary color
Monochromatic Colors of #AAA361
Black with #AAA361
Text Example
Text Example
White with #AAA361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA361; }
p { color: rgb(170,163,97); }
H1.HeaderClassName
{
color: #AAA361;
}
.AnyTagClassName
{
color: #AAA361;
}
</style>
background-color css
<style>
a { background-color: #AAA361; }
a { background-color: rgb(170,163,97); }
div.DivClassName
{
background-color: #AAA361;
}
.BgClassName
{
background-color: #AAA361;
}
</style>
border-color css
<style>
span { border-color: #AAA361; }
span { border-color: rgb(170,163,97); }
td.TdClassName
{
border-color: #AAA361;
}
.TagClassName
{
border-color: #AAA361;
}
</style>