Shades of Gimblet #AAA166
Tints of Gimblet #AAA166
RGB
CMYK
RGB Variations
Color information
#AAA166 (or 0xAAA166) is known color: Gimblet. HEX triplet: AA, A1 and 66. RGB value is (170,161,102). Sum of RGB (Red+Green+Blue) = 170+161+102=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA166 is #555E99. Grayscale: #9D9D9D. Windows color (decimal): -5594778 or 6726058. OLE color: 6726058.
HSL color Cylindrical-coordinate representation of color #AAA166: hue angle of 52.06º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAA166 is Cyan = 0, Magento = 0.05, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 102 | - |
| CMYK | 0 | 0.05 | 0.4 | 0.33 |
| HSL | 52.06º | 0.29% | 0.53% | - |
| HSV(B) | 52.06º | 0.4% | 0.67% | - |
| XYZ | 31.72 | 35 | 17.65 | - |
| YUV | 156.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 102 | 0 | 0.05 | 0.4 | 0.33 | 52.06 | 0.29 | 0.53 |
| Hex | AA | A1 | 66 | 0 | 5 | 28 | 21 | 34 | 1D | 35 |
| Octal | 252 | 241 | 146 | 0 | 5 | 50 | 41 | 64 | 35 | 65 |
| Binary | 10101010 | 10100001 | 1100110 | 0 | 101 | 101000 | 100001 | 110100 | 11101 | 110101 |
Color Harmonies of #AAA166
Complementary color
Monochromatic Colors of #AAA166
Black with #AAA166
Text Example
Text Example
White with #AAA166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA166; }
p { color: rgb(170,161,102); }
H1.HeaderClassName
{
color: #AAA166;
}
.AnyTagClassName
{
color: #AAA166;
}
</style>
background-color css
<style>
a { background-color: #AAA166; }
a { background-color: rgb(170,161,102); }
div.DivClassName
{
background-color: #AAA166;
}
.BgClassName
{
background-color: #AAA166;
}
</style>
border-color css
<style>
span { border-color: #AAA166; }
span { border-color: rgb(170,161,102); }
td.TdClassName
{
border-color: #AAA166;
}
.TagClassName
{
border-color: #AAA166;
}
</style>