Shades of Gimblet #AAA66B
Tints of Gimblet #AAA66B
RGB
CMYK
RGB Variations
Color information
#AAA66B (or 0xAAA66B) is known color: Gimblet. HEX triplet: AA, A6 and 6B. RGB value is (170,166,107). Sum of RGB (Red+Green+Blue) = 170+166+107=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA66B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA66B is #555994. Grayscale: #A0A0A0. Windows color (decimal): -5593493 or 7055018. OLE color: 7055018.
HSL color Cylindrical-coordinate representation of color #AAA66B: hue angle of 56.19º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAA66B is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 107 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.33 |
| HSL | 56.19º | 0.27% | 0.54% | - |
| HSV(B) | 56.19º | 0.37% | 0.67% | - |
| XYZ | 32.87 | 36.88 | 19.3 | - |
| YUV | 160.47 | 97.83 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 107 | 0 | 0.02 | 0.37 | 0.33 | 56.19 | 0.27 | 0.54 |
| Hex | AA | A6 | 6B | 0 | 2 | 25 | 21 | 38 | 1B | 36 |
| Octal | 252 | 246 | 153 | 0 | 2 | 45 | 41 | 70 | 33 | 66 |
| Binary | 10101010 | 10100110 | 1101011 | 0 | 10 | 100101 | 100001 | 111000 | 11011 | 110110 |
Color Harmonies of #AAA66B
Complementary color
Monochromatic Colors of #AAA66B
Black with #AAA66B
Text Example
Text Example
White with #AAA66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA66B; }
p { color: rgb(170,166,107); }
H1.HeaderClassName
{
color: #AAA66B;
}
.AnyTagClassName
{
color: #AAA66B;
}
</style>
background-color css
<style>
a { background-color: #AAA66B; }
a { background-color: rgb(170,166,107); }
div.DivClassName
{
background-color: #AAA66B;
}
.BgClassName
{
background-color: #AAA66B;
}
</style>
border-color css
<style>
span { border-color: #AAA66B; }
span { border-color: rgb(170,166,107); }
td.TdClassName
{
border-color: #AAA66B;
}
.TagClassName
{
border-color: #AAA66B;
}
</style>