Shades of Gimblet #AAA164
Tints of Gimblet #AAA164
RGB
CMYK
RGB Variations
Color information
#AAA164 (or 0xAAA164) is known color: Gimblet. HEX triplet: AA, A1 and 64. RGB value is (170,161,100). Sum of RGB (Red+Green+Blue) = 170+161+100=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA164 is #555E9B. Grayscale: #9C9C9C. Windows color (decimal): -5594780 or 6594986. OLE color: 6594986.
HSL color Cylindrical-coordinate representation of color #AAA164: hue angle of 52.29º 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 #AAA164 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 100 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.33 |
| HSL | 52.29º | 0.29% | 0.53% | - |
| HSV(B) | 52.29º | 0.41% | 0.67% | - |
| XYZ | 31.62 | 34.96 | 17.14 | - |
| YUV | 156.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 100 | 0 | 0.05 | 0.41 | 0.33 | 52.29 | 0.29 | 0.53 |
| Hex | AA | A1 | 64 | 0 | 5 | 29 | 21 | 34 | 1D | 35 |
| Octal | 252 | 241 | 144 | 0 | 5 | 51 | 41 | 64 | 35 | 65 |
| Binary | 10101010 | 10100001 | 1100100 | 0 | 101 | 101001 | 100001 | 110100 | 11101 | 110101 |
Color Harmonies of #AAA164
Complementary color
Monochromatic Colors of #AAA164
Black with #AAA164
Text Example
Text Example
White with #AAA164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA164; }
p { color: rgb(170,161,100); }
H1.HeaderClassName
{
color: #AAA164;
}
.AnyTagClassName
{
color: #AAA164;
}
</style>
background-color css
<style>
a { background-color: #AAA164; }
a { background-color: rgb(170,161,100); }
div.DivClassName
{
background-color: #AAA164;
}
.BgClassName
{
background-color: #AAA164;
}
</style>
border-color css
<style>
span { border-color: #AAA164; }
span { border-color: rgb(170,161,100); }
td.TdClassName
{
border-color: #AAA164;
}
.TagClassName
{
border-color: #AAA164;
}
</style>