Shades of Gimblet #AAA063
Tints of Gimblet #AAA063
RGB
CMYK
RGB Variations
Color information
#AAA063 (or 0xAAA063) is known color: Gimblet. HEX triplet: AA, A0 and 63. RGB value is (170,160,99). Sum of RGB (Red+Green+Blue) = 170+160+99=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA063 is #555F9C. Grayscale: #9C9C9C. Windows color (decimal): -5595037 or 6529194. OLE color: 6529194.
HSL color Cylindrical-coordinate representation of color #AAA063: hue angle of 51.55º degrees, saturation: 0.29, 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 #AAA063 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 99 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.33 |
| HSL | 51.55º | 0.29% | 0.53% | - |
| HSV(B) | 51.55º | 0.42% | 0.67% | - |
| XYZ | 31.4 | 34.59 | 16.83 | - |
| YUV | 156.04 | 95.81 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 99 | 0 | 0.06 | 0.42 | 0.33 | 51.55 | 0.29 | 0.53 |
| Hex | AA | A0 | 63 | 0 | 6 | 2A | 21 | 34 | 1D | 35 |
| Octal | 252 | 240 | 143 | 0 | 6 | 52 | 41 | 64 | 35 | 65 |
| Binary | 10101010 | 10100000 | 1100011 | 0 | 110 | 101010 | 100001 | 110100 | 11101 | 110101 |
Color Harmonies of #AAA063
Complementary color
Monochromatic Colors of #AAA063
Black with #AAA063
Text Example
Text Example
White with #AAA063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA063; }
p { color: rgb(170,160,99); }
H1.HeaderClassName
{
color: #AAA063;
}
.AnyTagClassName
{
color: #AAA063;
}
</style>
background-color css
<style>
a { background-color: #AAA063; }
a { background-color: rgb(170,160,99); }
div.DivClassName
{
background-color: #AAA063;
}
.BgClassName
{
background-color: #AAA063;
}
</style>
border-color css
<style>
span { border-color: #AAA063; }
span { border-color: rgb(170,160,99); }
td.TdClassName
{
border-color: #AAA063;
}
.TagClassName
{
border-color: #AAA063;
}
</style>