Shades of Gimblet #AAA46A
Tints of Gimblet #AAA46A
RGB
CMYK
RGB Variations
Color information
#AAA46A (or 0xAAA46A) is known color: Gimblet. HEX triplet: AA, A4 and 6A. RGB value is (170,164,106). Sum of RGB (Red+Green+Blue) = 170+164+106=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA46A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA46A is #555B95. Grayscale: #9F9F9F. Windows color (decimal): -5594006 or 6988970. OLE color: 6988970.
HSL color Cylindrical-coordinate representation of color #AAA46A: hue angle of 54.38º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAA46A is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 106 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.33 |
| HSL | 54.38º | 0.27% | 0.54% | - |
| HSV(B) | 54.38º | 0.38% | 0.67% | - |
| XYZ | 32.45 | 36.14 | 18.9 | - |
| YUV | 159.18 | 97.99 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 106 | 0 | 0.04 | 0.38 | 0.33 | 54.38 | 0.27 | 0.54 |
| Hex | AA | A4 | 6A | 0 | 4 | 26 | 21 | 36 | 1B | 36 |
| Octal | 252 | 244 | 152 | 0 | 4 | 46 | 41 | 66 | 33 | 66 |
| Binary | 10101010 | 10100100 | 1101010 | 0 | 100 | 100110 | 100001 | 110110 | 11011 | 110110 |
Color Harmonies of #AAA46A
Complementary color
Monochromatic Colors of #AAA46A
Black with #AAA46A
Text Example
Text Example
White with #AAA46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA46A; }
p { color: rgb(170,164,106); }
H1.HeaderClassName
{
color: #AAA46A;
}
.AnyTagClassName
{
color: #AAA46A;
}
</style>
background-color css
<style>
a { background-color: #AAA46A; }
a { background-color: rgb(170,164,106); }
div.DivClassName
{
background-color: #AAA46A;
}
.BgClassName
{
background-color: #AAA46A;
}
</style>
border-color css
<style>
span { border-color: #AAA46A; }
span { border-color: rgb(170,164,106); }
td.TdClassName
{
border-color: #AAA46A;
}
.TagClassName
{
border-color: #AAA46A;
}
</style>