Shades of Gimblet #AAA266
Tints of Gimblet #AAA266
RGB
CMYK
RGB Variations
Color information
#AAA266 (or 0xAAA266) is known color: Gimblet. HEX triplet: AA, A2 and 66. RGB value is (170,162,102). Sum of RGB (Red+Green+Blue) = 170+162+102=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA266 is #555D99. Grayscale: #9D9D9D. Windows color (decimal): -5594522 or 6726314. OLE color: 6726314.
HSL color Cylindrical-coordinate representation of color #AAA266: hue angle of 52.94º 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 #AAA266 is Cyan = 0, Magento = 0.05, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 102 | - |
| CMYK | 0 | 0.05 | 0.4 | 0.33 |
| HSL | 52.94º | 0.29% | 0.53% | - |
| HSV(B) | 52.94º | 0.4% | 0.67% | - |
| XYZ | 31.9 | 35.35 | 17.71 | - |
| YUV | 157.55 | 96.65 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 102 | 0 | 0.05 | 0.4 | 0.33 | 52.94 | 0.29 | 0.53 |
| Hex | AA | A2 | 66 | 0 | 5 | 28 | 21 | 35 | 1D | 35 |
| Octal | 252 | 242 | 146 | 0 | 5 | 50 | 41 | 65 | 35 | 65 |
| Binary | 10101010 | 10100010 | 1100110 | 0 | 101 | 101000 | 100001 | 110101 | 11101 | 110101 |
Color Harmonies of #AAA266
Complementary color
Monochromatic Colors of #AAA266
Black with #AAA266
Text Example
Text Example
White with #AAA266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA266; }
p { color: rgb(170,162,102); }
H1.HeaderClassName
{
color: #AAA266;
}
.AnyTagClassName
{
color: #AAA266;
}
</style>
background-color css
<style>
a { background-color: #AAA266; }
a { background-color: rgb(170,162,102); }
div.DivClassName
{
background-color: #AAA266;
}
.BgClassName
{
background-color: #AAA266;
}
</style>
border-color css
<style>
span { border-color: #AAA266; }
span { border-color: rgb(170,162,102); }
td.TdClassName
{
border-color: #AAA266;
}
.TagClassName
{
border-color: #AAA266;
}
</style>