Shades of Gimblet #AAA260
Tints of Gimblet #AAA260
RGB
CMYK
RGB Variations
Color information
#AAA260 (or 0xAAA260) is known color: Gimblet. HEX triplet: AA, A2 and 60. RGB value is (170,162,96). Sum of RGB (Red+Green+Blue) = 170+162+96=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA260 is #555D9F. Grayscale: #9D9D9D. Windows color (decimal): -5594528 or 6333098. OLE color: 6333098.
HSL color Cylindrical-coordinate representation of color #AAA260: hue angle of 53.51º 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 #AAA260 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 96 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.33 |
| HSL | 53.51º | 0.3% | 0.52% | - |
| HSV(B) | 53.51º | 0.44% | 0.67% | - |
| XYZ | 31.61 | 35.23 | 16.2 | - |
| YUV | 156.87 | 93.65 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 96 | 0 | 0.05 | 0.44 | 0.33 | 53.51 | 0.3 | 0.52 |
| Hex | AA | A2 | 60 | 0 | 5 | 2C | 21 | 36 | 1E | 34 |
| Octal | 252 | 242 | 140 | 0 | 5 | 54 | 41 | 66 | 36 | 64 |
| Binary | 10101010 | 10100010 | 1100000 | 0 | 101 | 101100 | 100001 | 110110 | 11110 | 110100 |
Color Harmonies of #AAA260
Complementary color
Monochromatic Colors of #AAA260
Black with #AAA260
Text Example
Text Example
White with #AAA260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA260; }
p { color: rgb(170,162,96); }
H1.HeaderClassName
{
color: #AAA260;
}
.AnyTagClassName
{
color: #AAA260;
}
</style>
background-color css
<style>
a { background-color: #AAA260; }
a { background-color: rgb(170,162,96); }
div.DivClassName
{
background-color: #AAA260;
}
.BgClassName
{
background-color: #AAA260;
}
</style>
border-color css
<style>
span { border-color: #AAA260; }
span { border-color: rgb(170,162,96); }
td.TdClassName
{
border-color: #AAA260;
}
.TagClassName
{
border-color: #AAA260;
}
</style>