Shades of Gimblet #AAA663
Tints of Gimblet #AAA663
RGB
CMYK
RGB Variations
Color information
#AAA663 (or 0xAAA663) is known color: Gimblet. HEX triplet: AA, A6 and 63. RGB value is (170,166,99). Sum of RGB (Red+Green+Blue) = 170+166+99=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 99 (39.06% from 255 or 22.76% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA663 is #55599C. Grayscale: #9F9F9F. Windows color (decimal): -5593501 or 6530730. OLE color: 6530730.
HSL color Cylindrical-coordinate representation of color #AAA663: hue angle of 56.62º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAA663 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 99 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.33 |
| HSL | 56.62º | 0.29% | 0.53% | - |
| HSV(B) | 56.62º | 0.42% | 0.67% | - |
| XYZ | 32.47 | 36.72 | 17.18 | - |
| YUV | 159.56 | 93.83 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 99 | 0 | 0.02 | 0.42 | 0.33 | 56.62 | 0.29 | 0.53 |
| Hex | AA | A6 | 63 | 0 | 2 | 2A | 21 | 39 | 1D | 35 |
| Octal | 252 | 246 | 143 | 0 | 2 | 52 | 41 | 71 | 35 | 65 |
| Binary | 10101010 | 10100110 | 1100011 | 0 | 10 | 101010 | 100001 | 111001 | 11101 | 110101 |
Color Harmonies of #AAA663
Complementary color
Monochromatic Colors of #AAA663
Black with #AAA663
Text Example
Text Example
White with #AAA663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA663; }
p { color: rgb(170,166,99); }
H1.HeaderClassName
{
color: #AAA663;
}
.AnyTagClassName
{
color: #AAA663;
}
</style>
background-color css
<style>
a { background-color: #AAA663; }
a { background-color: rgb(170,166,99); }
div.DivClassName
{
background-color: #AAA663;
}
.BgClassName
{
background-color: #AAA663;
}
</style>
border-color css
<style>
span { border-color: #AAA663; }
span { border-color: rgb(170,166,99); }
td.TdClassName
{
border-color: #AAA663;
}
.TagClassName
{
border-color: #AAA663;
}
</style>