Shades of Gimblet #AAA359
Tints of Gimblet #AAA359
RGB
CMYK
RGB Variations
Color information
#AAA359 (or 0xAAA359) is known color: Gimblet. HEX triplet: AA, A3 and 59. RGB value is (170,163,89). Sum of RGB (Red+Green+Blue) = 170+163+89=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA359 is #555CA6. Grayscale: #9C9C9C. Windows color (decimal): -5594279 or 5874602. OLE color: 5874602.
HSL color Cylindrical-coordinate representation of color #AAA359: hue angle of 54.81º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAA359 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 89 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.33 |
| HSL | 54.81º | 0.32% | 0.51% | - |
| HSV(B) | 54.81º | 0.48% | 0.67% | - |
| XYZ | 31.48 | 35.46 | 14.64 | - |
| YUV | 156.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 89 | 0 | 0.04 | 0.48 | 0.33 | 54.81 | 0.32 | 0.51 |
| Hex | AA | A3 | 59 | 0 | 4 | 30 | 21 | 37 | 20 | 33 |
| Octal | 252 | 243 | 131 | 0 | 4 | 60 | 41 | 67 | 40 | 63 |
| Binary | 10101010 | 10100011 | 1011001 | 0 | 100 | 110000 | 100001 | 110111 | 100000 | 110011 |
Color Harmonies of #AAA359
Complementary color
Monochromatic Colors of #AAA359
Black with #AAA359
Text Example
Text Example
White with #AAA359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA359; }
p { color: rgb(170,163,89); }
H1.HeaderClassName
{
color: #AAA359;
}
.AnyTagClassName
{
color: #AAA359;
}
</style>
background-color css
<style>
a { background-color: #AAA359; }
a { background-color: rgb(170,163,89); }
div.DivClassName
{
background-color: #AAA359;
}
.BgClassName
{
background-color: #AAA359;
}
</style>
border-color css
<style>
span { border-color: #AAA359; }
span { border-color: rgb(170,163,89); }
td.TdClassName
{
border-color: #AAA359;
}
.TagClassName
{
border-color: #AAA359;
}
</style>