Shades of Gimblet #AAA564
Tints of Gimblet #AAA564
RGB
CMYK
RGB Variations
Color information
#AAA564 (or 0xAAA564) is known color: Gimblet. HEX triplet: AA, A5 and 64. RGB value is (170,165,100). Sum of RGB (Red+Green+Blue) = 170+165+100=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA564 is #555A9B. Grayscale: #9F9F9F. Windows color (decimal): -5593756 or 6596010. OLE color: 6596010.
HSL color Cylindrical-coordinate representation of color #AAA564: hue angle of 55.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAA564 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 100 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.33 |
| HSL | 55.71º | 0.29% | 0.53% | - |
| HSV(B) | 55.71º | 0.41% | 0.67% | - |
| XYZ | 32.33 | 36.38 | 17.37 | - |
| YUV | 159.09 | 94.66 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 100 | 0 | 0.03 | 0.41 | 0.33 | 55.71 | 0.29 | 0.53 |
| Hex | AA | A5 | 64 | 0 | 3 | 29 | 21 | 38 | 1D | 35 |
| Octal | 252 | 245 | 144 | 0 | 3 | 51 | 41 | 70 | 35 | 65 |
| Binary | 10101010 | 10100101 | 1100100 | 0 | 11 | 101001 | 100001 | 111000 | 11101 | 110101 |
Color Harmonies of #AAA564
Complementary color
Monochromatic Colors of #AAA564
Black with #AAA564
Text Example
Text Example
White with #AAA564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA564; }
p { color: rgb(170,165,100); }
H1.HeaderClassName
{
color: #AAA564;
}
.AnyTagClassName
{
color: #AAA564;
}
</style>
background-color css
<style>
a { background-color: #AAA564; }
a { background-color: rgb(170,165,100); }
div.DivClassName
{
background-color: #AAA564;
}
.BgClassName
{
background-color: #AAA564;
}
</style>
border-color css
<style>
span { border-color: #AAA564; }
span { border-color: rgb(170,165,100); }
td.TdClassName
{
border-color: #AAA564;
}
.TagClassName
{
border-color: #AAA564;
}
</style>