Shades of Gimblet #AAA668
Tints of Gimblet #AAA668
RGB
CMYK
RGB Variations
Color information
#AAA668 (or 0xAAA668) is known color: Gimblet. HEX triplet: AA, A6 and 68. RGB value is (170,166,104). Sum of RGB (Red+Green+Blue) = 170+166+104=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA668 is #555997. Grayscale: #A0A0A0. Windows color (decimal): -5593496 or 6858410. OLE color: 6858410.
HSL color Cylindrical-coordinate representation of color #AAA668: hue angle of 56.36º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAA668 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 104 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.33 |
| HSL | 56.36º | 0.28% | 0.54% | - |
| HSV(B) | 56.36º | 0.39% | 0.67% | - |
| XYZ | 32.71 | 36.82 | 18.48 | - |
| YUV | 160.13 | 96.33 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 104 | 0 | 0.02 | 0.39 | 0.33 | 56.36 | 0.28 | 0.54 |
| Hex | AA | A6 | 68 | 0 | 2 | 27 | 21 | 38 | 1C | 36 |
| Octal | 252 | 246 | 150 | 0 | 2 | 47 | 41 | 70 | 34 | 66 |
| Binary | 10101010 | 10100110 | 1101000 | 0 | 10 | 100111 | 100001 | 111000 | 11100 | 110110 |
Color Harmonies of #AAA668
Complementary color
Monochromatic Colors of #AAA668
Black with #AAA668
Text Example
Text Example
White with #AAA668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA668; }
p { color: rgb(170,166,104); }
H1.HeaderClassName
{
color: #AAA668;
}
.AnyTagClassName
{
color: #AAA668;
}
</style>
background-color css
<style>
a { background-color: #AAA668; }
a { background-color: rgb(170,166,104); }
div.DivClassName
{
background-color: #AAA668;
}
.BgClassName
{
background-color: #AAA668;
}
</style>
border-color css
<style>
span { border-color: #AAA668; }
span { border-color: rgb(170,166,104); }
td.TdClassName
{
border-color: #AAA668;
}
.TagClassName
{
border-color: #AAA668;
}
</style>