Shades of Gimblet #AAA45E
Tints of Gimblet #AAA45E
RGB
CMYK
RGB Variations
Color information
#AAA45E (or 0xAAA45E) is known color: Gimblet. HEX triplet: AA, A4 and 5E. RGB value is (170,164,94). Sum of RGB (Red+Green+Blue) = 170+164+94=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA45E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA45E is #555BA1. Grayscale: #9E9E9E. Windows color (decimal): -5594018 or 6202538. OLE color: 6202538.
HSL color Cylindrical-coordinate representation of color #AAA45E: hue angle of 55.26º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAA45E is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 94 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.33 |
| HSL | 55.26º | 0.31% | 0.52% | - |
| HSV(B) | 55.26º | 0.45% | 0.67% | - |
| XYZ | 31.87 | 35.91 | 15.84 | - |
| YUV | 157.81 | 91.99 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 94 | 0 | 0.04 | 0.45 | 0.33 | 55.26 | 0.31 | 0.52 |
| Hex | AA | A4 | 5E | 0 | 4 | 2D | 21 | 37 | 1F | 34 |
| Octal | 252 | 244 | 136 | 0 | 4 | 55 | 41 | 67 | 37 | 64 |
| Binary | 10101010 | 10100100 | 1011110 | 0 | 100 | 101101 | 100001 | 110111 | 11111 | 110100 |
Color Harmonies of #AAA45E
Complementary color
Monochromatic Colors of #AAA45E
Black with #AAA45E
Text Example
Text Example
White with #AAA45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA45E; }
p { color: rgb(170,164,94); }
H1.HeaderClassName
{
color: #AAA45E;
}
.AnyTagClassName
{
color: #AAA45E;
}
</style>
background-color css
<style>
a { background-color: #AAA45E; }
a { background-color: rgb(170,164,94); }
div.DivClassName
{
background-color: #AAA45E;
}
.BgClassName
{
background-color: #AAA45E;
}
</style>
border-color css
<style>
span { border-color: #AAA45E; }
span { border-color: rgb(170,164,94); }
td.TdClassName
{
border-color: #AAA45E;
}
.TagClassName
{
border-color: #AAA45E;
}
</style>