Shades of Gimblet #AAA45C
Tints of Gimblet #AAA45C
RGB
CMYK
RGB Variations
Color information
#AAA45C (or 0xAAA45C) is known color: Gimblet. HEX triplet: AA, A4 and 5C. RGB value is (170,164,92). Sum of RGB (Red+Green+Blue) = 170+164+92=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA45C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA45C is #555BA3. Grayscale: #9D9D9D. Windows color (decimal): -5594020 or 6071466. OLE color: 6071466.
HSL color Cylindrical-coordinate representation of color #AAA45C: hue angle of 55.38º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAA45C is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 92 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.33 |
| HSL | 55.38º | 0.31% | 0.51% | - |
| HSV(B) | 55.38º | 0.46% | 0.67% | - |
| XYZ | 31.78 | 35.87 | 15.37 | - |
| YUV | 157.59 | 90.99 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 92 | 0 | 0.04 | 0.46 | 0.33 | 55.38 | 0.31 | 0.51 |
| Hex | AA | A4 | 5C | 0 | 4 | 2E | 21 | 37 | 1F | 33 |
| Octal | 252 | 244 | 134 | 0 | 4 | 56 | 41 | 67 | 37 | 63 |
| Binary | 10101010 | 10100100 | 1011100 | 0 | 100 | 101110 | 100001 | 110111 | 11111 | 110011 |
Color Harmonies of #AAA45C
Complementary color
Monochromatic Colors of #AAA45C
Black with #AAA45C
Text Example
Text Example
White with #AAA45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA45C; }
p { color: rgb(170,164,92); }
H1.HeaderClassName
{
color: #AAA45C;
}
.AnyTagClassName
{
color: #AAA45C;
}
</style>
background-color css
<style>
a { background-color: #AAA45C; }
a { background-color: rgb(170,164,92); }
div.DivClassName
{
background-color: #AAA45C;
}
.BgClassName
{
background-color: #AAA45C;
}
</style>
border-color css
<style>
span { border-color: #AAA45C; }
span { border-color: rgb(170,164,92); }
td.TdClassName
{
border-color: #AAA45C;
}
.TagClassName
{
border-color: #AAA45C;
}
</style>