Shades of Gimblet #AAA56A
Tints of Gimblet #AAA56A
RGB
CMYK
RGB Variations
Color information
#AAA56A (or 0xAAA56A) is known color: Gimblet. HEX triplet: AA, A5 and 6A. RGB value is (170,165,106). Sum of RGB (Red+Green+Blue) = 170+165+106=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA56A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA56A is #555A95. Grayscale: #A0A0A0. Windows color (decimal): -5593750 or 6989226. OLE color: 6989226.
HSL color Cylindrical-coordinate representation of color #AAA56A: hue angle of 55.31º 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 #AAA56A is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 106 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.33 |
| HSL | 55.31º | 0.27% | 0.54% | - |
| HSV(B) | 55.31º | 0.38% | 0.67% | - |
| XYZ | 32.63 | 36.5 | 18.96 | - |
| YUV | 159.77 | 97.66 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 106 | 0 | 0.03 | 0.38 | 0.33 | 55.31 | 0.27 | 0.54 |
| Hex | AA | A5 | 6A | 0 | 3 | 26 | 21 | 37 | 1B | 36 |
| Octal | 252 | 245 | 152 | 0 | 3 | 46 | 41 | 67 | 33 | 66 |
| Binary | 10101010 | 10100101 | 1101010 | 0 | 11 | 100110 | 100001 | 110111 | 11011 | 110110 |
Color Harmonies of #AAA56A
Complementary color
Monochromatic Colors of #AAA56A
Black with #AAA56A
Text Example
Text Example
White with #AAA56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA56A; }
p { color: rgb(170,165,106); }
H1.HeaderClassName
{
color: #AAA56A;
}
.AnyTagClassName
{
color: #AAA56A;
}
</style>
background-color css
<style>
a { background-color: #AAA56A; }
a { background-color: rgb(170,165,106); }
div.DivClassName
{
background-color: #AAA56A;
}
.BgClassName
{
background-color: #AAA56A;
}
</style>
border-color css
<style>
span { border-color: #AAA56A; }
span { border-color: rgb(170,165,106); }
td.TdClassName
{
border-color: #AAA56A;
}
.TagClassName
{
border-color: #AAA56A;
}
</style>