Shades of Gimblet #AAA360
Tints of Gimblet #AAA360
RGB
CMYK
RGB Variations
Color information
#AAA360 (or 0xAAA360) is known color: Gimblet. HEX triplet: AA, A3 and 60. RGB value is (170,163,96). Sum of RGB (Red+Green+Blue) = 170+163+96=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA360 is #555C9F. Grayscale: #9D9D9D. Windows color (decimal): -5594272 or 6333354. OLE color: 6333354.
HSL color Cylindrical-coordinate representation of color #AAA360: hue angle of 54.32º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAA360 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 96 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.33 |
| HSL | 54.32º | 0.3% | 0.52% | - |
| HSV(B) | 54.32º | 0.44% | 0.67% | - |
| XYZ | 31.79 | 35.58 | 16.26 | - |
| YUV | 157.46 | 93.32 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 96 | 0 | 0.04 | 0.44 | 0.33 | 54.32 | 0.3 | 0.52 |
| Hex | AA | A3 | 60 | 0 | 4 | 2C | 21 | 36 | 1E | 34 |
| Octal | 252 | 243 | 140 | 0 | 4 | 54 | 41 | 66 | 36 | 64 |
| Binary | 10101010 | 10100011 | 1100000 | 0 | 100 | 101100 | 100001 | 110110 | 11110 | 110100 |
Color Harmonies of #AAA360
Complementary color
Monochromatic Colors of #AAA360
Black with #AAA360
Text Example
Text Example
White with #AAA360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA360; }
p { color: rgb(170,163,96); }
H1.HeaderClassName
{
color: #AAA360;
}
.AnyTagClassName
{
color: #AAA360;
}
</style>
background-color css
<style>
a { background-color: #AAA360; }
a { background-color: rgb(170,163,96); }
div.DivClassName
{
background-color: #AAA360;
}
.BgClassName
{
background-color: #AAA360;
}
</style>
border-color css
<style>
span { border-color: #AAA360; }
span { border-color: rgb(170,163,96); }
td.TdClassName
{
border-color: #AAA360;
}
.TagClassName
{
border-color: #AAA360;
}
</style>