Shades of Gimblet #AAA364
Tints of Gimblet #AAA364
RGB
CMYK
RGB Variations
Color information
#AAA364 (or 0xAAA364) is known color: Gimblet. HEX triplet: AA, A3 and 64. RGB value is (170,163,100). Sum of RGB (Red+Green+Blue) = 170+163+100=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA364 is #555C9B. Grayscale: #9E9E9E. Windows color (decimal): -5594268 or 6595498. OLE color: 6595498.
HSL color Cylindrical-coordinate representation of color #AAA364: hue angle of 54º 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 #AAA364 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 100 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.33 |
| HSL | 54º | 0.29% | 0.53% | - |
| HSV(B) | 54º | 0.41% | 0.67% | - |
| XYZ | 31.98 | 35.66 | 17.25 | - |
| YUV | 157.91 | 95.32 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 100 | 0 | 0.04 | 0.41 | 0.33 | 54 | 0.29 | 0.53 |
| Hex | AA | A3 | 64 | 0 | 4 | 29 | 21 | 36 | 1D | 35 |
| Octal | 252 | 243 | 144 | 0 | 4 | 51 | 41 | 66 | 35 | 65 |
| Binary | 10101010 | 10100011 | 1100100 | 0 | 100 | 101001 | 100001 | 110110 | 11101 | 110101 |
Color Harmonies of #AAA364
Complementary color
Monochromatic Colors of #AAA364
Black with #AAA364
Text Example
Text Example
White with #AAA364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA364; }
p { color: rgb(170,163,100); }
H1.HeaderClassName
{
color: #AAA364;
}
.AnyTagClassName
{
color: #AAA364;
}
</style>
background-color css
<style>
a { background-color: #AAA364; }
a { background-color: rgb(170,163,100); }
div.DivClassName
{
background-color: #AAA364;
}
.BgClassName
{
background-color: #AAA364;
}
</style>
border-color css
<style>
span { border-color: #AAA364; }
span { border-color: rgb(170,163,100); }
td.TdClassName
{
border-color: #AAA364;
}
.TagClassName
{
border-color: #AAA364;
}
</style>