Shades of Gimblet #AAA466
Tints of Gimblet #AAA466
RGB
CMYK
RGB Variations
Color information
#AAA466 (or 0xAAA466) is known color: Gimblet. HEX triplet: AA, A4 and 66. RGB value is (170,164,102). Sum of RGB (Red+Green+Blue) = 170+164+102=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA466 is #555B99. Grayscale: #9E9E9E. Windows color (decimal): -5594010 or 6726826. OLE color: 6726826.
HSL color Cylindrical-coordinate representation of color #AAA466: hue angle of 54.71º 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 #AAA466 is Cyan = 0, Magento = 0.04, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 102 | - |
| CMYK | 0 | 0.04 | 0.4 | 0.33 |
| HSL | 54.71º | 0.29% | 0.53% | - |
| HSV(B) | 54.71º | 0.4% | 0.67% | - |
| XYZ | 32.25 | 36.06 | 17.83 | - |
| YUV | 158.73 | 95.99 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 102 | 0 | 0.04 | 0.4 | 0.33 | 54.71 | 0.29 | 0.53 |
| Hex | AA | A4 | 66 | 0 | 4 | 28 | 21 | 37 | 1D | 35 |
| Octal | 252 | 244 | 146 | 0 | 4 | 50 | 41 | 67 | 35 | 65 |
| Binary | 10101010 | 10100100 | 1100110 | 0 | 100 | 101000 | 100001 | 110111 | 11101 | 110101 |
Color Harmonies of #AAA466
Complementary color
Monochromatic Colors of #AAA466
Black with #AAA466
Text Example
Text Example
White with #AAA466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA466; }
p { color: rgb(170,164,102); }
H1.HeaderClassName
{
color: #AAA466;
}
.AnyTagClassName
{
color: #AAA466;
}
</style>
background-color css
<style>
a { background-color: #AAA466; }
a { background-color: rgb(170,164,102); }
div.DivClassName
{
background-color: #AAA466;
}
.BgClassName
{
background-color: #AAA466;
}
</style>
border-color css
<style>
span { border-color: #AAA466; }
span { border-color: rgb(170,164,102); }
td.TdClassName
{
border-color: #AAA466;
}
.TagClassName
{
border-color: #AAA466;
}
</style>