Shades of Gimblet #AAA661
Tints of Gimblet #AAA661
RGB
CMYK
RGB Variations
Color information
#AAA661 (or 0xAAA661) is known color: Gimblet. HEX triplet: AA, A6 and 61. RGB value is (170,166,97). Sum of RGB (Red+Green+Blue) = 170+166+97=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA661 is #55599E. Grayscale: #9F9F9F. Windows color (decimal): -5593503 or 6399658. OLE color: 6399658.
HSL color Cylindrical-coordinate representation of color #AAA661: hue angle of 56.71º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAA661 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 97 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.33 |
| HSL | 56.71º | 0.3% | 0.52% | - |
| HSV(B) | 56.71º | 0.43% | 0.67% | - |
| XYZ | 32.37 | 36.68 | 16.68 | - |
| YUV | 159.33 | 92.83 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 97 | 0 | 0.02 | 0.43 | 0.33 | 56.71 | 0.3 | 0.52 |
| Hex | AA | A6 | 61 | 0 | 2 | 2B | 21 | 39 | 1E | 34 |
| Octal | 252 | 246 | 141 | 0 | 2 | 53 | 41 | 71 | 36 | 64 |
| Binary | 10101010 | 10100110 | 1100001 | 0 | 10 | 101011 | 100001 | 111001 | 11110 | 110100 |
Color Harmonies of #AAA661
Complementary color
Monochromatic Colors of #AAA661
Black with #AAA661
Text Example
Text Example
White with #AAA661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA661; }
p { color: rgb(170,166,97); }
H1.HeaderClassName
{
color: #AAA661;
}
.AnyTagClassName
{
color: #AAA661;
}
</style>
background-color css
<style>
a { background-color: #AAA661; }
a { background-color: rgb(170,166,97); }
div.DivClassName
{
background-color: #AAA661;
}
.BgClassName
{
background-color: #AAA661;
}
</style>
border-color css
<style>
span { border-color: #AAA661; }
span { border-color: rgb(170,166,97); }
td.TdClassName
{
border-color: #AAA661;
}
.TagClassName
{
border-color: #AAA661;
}
</style>