Shades of Gimblet #AAA060
Tints of Gimblet #AAA060
RGB
CMYK
RGB Variations
Color information
#AAA060 (or 0xAAA060) is known color: Gimblet. HEX triplet: AA, A0 and 60. RGB value is (170,160,96). Sum of RGB (Red+Green+Blue) = 170+160+96=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA060 is #555F9F. Grayscale: #9B9B9B. Windows color (decimal): -5595040 or 6332586. OLE color: 6332586.
HSL color Cylindrical-coordinate representation of color #AAA060: hue angle of 51.89º 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 #AAA060 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 96 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.33 |
| HSL | 51.89º | 0.3% | 0.52% | - |
| HSV(B) | 51.89º | 0.44% | 0.67% | - |
| XYZ | 31.26 | 34.53 | 16.08 | - |
| YUV | 155.69 | 94.31 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 96 | 0 | 0.06 | 0.44 | 0.33 | 51.89 | 0.3 | 0.52 |
| Hex | AA | A0 | 60 | 0 | 6 | 2C | 21 | 34 | 1E | 34 |
| Octal | 252 | 240 | 140 | 0 | 6 | 54 | 41 | 64 | 36 | 64 |
| Binary | 10101010 | 10100000 | 1100000 | 0 | 110 | 101100 | 100001 | 110100 | 11110 | 110100 |
Color Harmonies of #AAA060
Complementary color
Monochromatic Colors of #AAA060
Black with #AAA060
Text Example
Text Example
White with #AAA060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA060; }
p { color: rgb(170,160,96); }
H1.HeaderClassName
{
color: #AAA060;
}
.AnyTagClassName
{
color: #AAA060;
}
</style>
background-color css
<style>
a { background-color: #AAA060; }
a { background-color: rgb(170,160,96); }
div.DivClassName
{
background-color: #AAA060;
}
.BgClassName
{
background-color: #AAA060;
}
</style>
border-color css
<style>
span { border-color: #AAA060; }
span { border-color: rgb(170,160,96); }
td.TdClassName
{
border-color: #AAA060;
}
.TagClassName
{
border-color: #AAA060;
}
</style>