Shades of Gimblet #AAA45D
Tints of Gimblet #AAA45D
RGB
CMYK
RGB Variations
Color information
#AAA45D (or 0xAAA45D) is known color: Gimblet. HEX triplet: AA, A4 and 5D. RGB value is (170,164,93). Sum of RGB (Red+Green+Blue) = 170+164+93=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA45D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA45D is #555BA2. Grayscale: #9D9D9D. Windows color (decimal): -5594019 or 6137002. OLE color: 6137002.
HSL color Cylindrical-coordinate representation of color #AAA45D: hue angle of 55.32º 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 #AAA45D is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 93 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.33 |
| HSL | 55.32º | 0.31% | 0.52% | - |
| HSV(B) | 55.32º | 0.45% | 0.67% | - |
| XYZ | 31.83 | 35.89 | 15.61 | - |
| YUV | 157.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 93 | 0 | 0.04 | 0.45 | 0.33 | 55.32 | 0.31 | 0.52 |
| Hex | AA | A4 | 5D | 0 | 4 | 2D | 21 | 37 | 1F | 34 |
| Octal | 252 | 244 | 135 | 0 | 4 | 55 | 41 | 67 | 37 | 64 |
| Binary | 10101010 | 10100100 | 1011101 | 0 | 100 | 101101 | 100001 | 110111 | 11111 | 110100 |
Color Harmonies of #AAA45D
Complementary color
Monochromatic Colors of #AAA45D
Black with #AAA45D
Text Example
Text Example
White with #AAA45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA45D; }
p { color: rgb(170,164,93); }
H1.HeaderClassName
{
color: #AAA45D;
}
.AnyTagClassName
{
color: #AAA45D;
}
</style>
background-color css
<style>
a { background-color: #AAA45D; }
a { background-color: rgb(170,164,93); }
div.DivClassName
{
background-color: #AAA45D;
}
.BgClassName
{
background-color: #AAA45D;
}
</style>
border-color css
<style>
span { border-color: #AAA45D; }
span { border-color: rgb(170,164,93); }
td.TdClassName
{
border-color: #AAA45D;
}
.TagClassName
{
border-color: #AAA45D;
}
</style>