Shades of Gimblet #AAA560
Tints of Gimblet #AAA560
RGB
CMYK
RGB Variations
Color information
#AAA560 (or 0xAAA560) is known color: Gimblet. HEX triplet: AA, A5 and 60. RGB value is (170,165,96). Sum of RGB (Red+Green+Blue) = 170+165+96=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA560 is #555A9F. Grayscale: #9E9E9E. Windows color (decimal): -5593760 or 6333866. OLE color: 6333866.
HSL color Cylindrical-coordinate representation of color #AAA560: hue angle of 55.95º 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 #AAA560 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 96 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.33 |
| HSL | 55.95º | 0.3% | 0.52% | - |
| HSV(B) | 55.95º | 0.44% | 0.67% | - |
| XYZ | 32.14 | 36.3 | 16.38 | - |
| YUV | 158.63 | 92.66 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 96 | 0 | 0.03 | 0.44 | 0.33 | 55.95 | 0.3 | 0.52 |
| Hex | AA | A5 | 60 | 0 | 3 | 2C | 21 | 38 | 1E | 34 |
| Octal | 252 | 245 | 140 | 0 | 3 | 54 | 41 | 70 | 36 | 64 |
| Binary | 10101010 | 10100101 | 1100000 | 0 | 11 | 101100 | 100001 | 111000 | 11110 | 110100 |
Color Harmonies of #AAA560
Complementary color
Monochromatic Colors of #AAA560
Black with #AAA560
Text Example
Text Example
White with #AAA560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA560; }
p { color: rgb(170,165,96); }
H1.HeaderClassName
{
color: #AAA560;
}
.AnyTagClassName
{
color: #AAA560;
}
</style>
background-color css
<style>
a { background-color: #AAA560; }
a { background-color: rgb(170,165,96); }
div.DivClassName
{
background-color: #AAA560;
}
.BgClassName
{
background-color: #AAA560;
}
</style>
border-color css
<style>
span { border-color: #AAA560; }
span { border-color: rgb(170,165,96); }
td.TdClassName
{
border-color: #AAA560;
}
.TagClassName
{
border-color: #AAA560;
}
</style>