Shades of Gimblet #AAA05E
Tints of Gimblet #AAA05E
RGB
CMYK
RGB Variations
Color information
#AAA05E (or 0xAAA05E) is known color: Gimblet. HEX triplet: AA, A0 and 5E. RGB value is (170,160,94). Sum of RGB (Red+Green+Blue) = 170+160+94=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA05E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA05E is #555FA1. Grayscale: #9B9B9B. Windows color (decimal): -5595042 or 6201514. OLE color: 6201514.
HSL color Cylindrical-coordinate representation of color #AAA05E: hue angle of 52.11º 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 #AAA05E is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 94 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.33 |
| HSL | 52.11º | 0.31% | 0.52% | - |
| HSV(B) | 52.11º | 0.45% | 0.67% | - |
| XYZ | 31.17 | 34.5 | 15.61 | - |
| YUV | 155.47 | 93.31 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 94 | 0 | 0.06 | 0.45 | 0.33 | 52.11 | 0.31 | 0.52 |
| Hex | AA | A0 | 5E | 0 | 6 | 2D | 21 | 34 | 1F | 34 |
| Octal | 252 | 240 | 136 | 0 | 6 | 55 | 41 | 64 | 37 | 64 |
| Binary | 10101010 | 10100000 | 1011110 | 0 | 110 | 101101 | 100001 | 110100 | 11111 | 110100 |
Color Harmonies of #AAA05E
Complementary color
Monochromatic Colors of #AAA05E
Black with #AAA05E
Text Example
Text Example
White with #AAA05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA05E; }
p { color: rgb(170,160,94); }
H1.HeaderClassName
{
color: #AAA05E;
}
.AnyTagClassName
{
color: #AAA05E;
}
</style>
background-color css
<style>
a { background-color: #AAA05E; }
a { background-color: rgb(170,160,94); }
div.DivClassName
{
background-color: #AAA05E;
}
.BgClassName
{
background-color: #AAA05E;
}
</style>
border-color css
<style>
span { border-color: #AAA05E; }
span { border-color: rgb(170,160,94); }
td.TdClassName
{
border-color: #AAA05E;
}
.TagClassName
{
border-color: #AAA05E;
}
</style>