Shades of Gimblet #AAA369
Tints of Gimblet #AAA369
RGB
CMYK
RGB Variations
Color information
#AAA369 (or 0xAAA369) is known color: Gimblet. HEX triplet: AA, A3 and 69. RGB value is (170,163,105). Sum of RGB (Red+Green+Blue) = 170+163+105=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA369 is #555C96. Grayscale: #9E9E9E. Windows color (decimal): -5594263 or 6923178. OLE color: 6923178.
HSL color Cylindrical-coordinate representation of color #AAA369: hue angle of 53.54º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAA369 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 105 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.33 |
| HSL | 53.54º | 0.28% | 0.54% | - |
| HSV(B) | 53.54º | 0.38% | 0.67% | - |
| XYZ | 32.22 | 35.76 | 18.57 | - |
| YUV | 158.48 | 97.82 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 105 | 0 | 0.04 | 0.38 | 0.33 | 53.54 | 0.28 | 0.54 |
| Hex | AA | A3 | 69 | 0 | 4 | 26 | 21 | 36 | 1C | 36 |
| Octal | 252 | 243 | 151 | 0 | 4 | 46 | 41 | 66 | 34 | 66 |
| Binary | 10101010 | 10100011 | 1101001 | 0 | 100 | 100110 | 100001 | 110110 | 11100 | 110110 |
Color Harmonies of #AAA369
Complementary color
Monochromatic Colors of #AAA369
Black with #AAA369
Text Example
Text Example
White with #AAA369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA369; }
p { color: rgb(170,163,105); }
H1.HeaderClassName
{
color: #AAA369;
}
.AnyTagClassName
{
color: #AAA369;
}
</style>
background-color css
<style>
a { background-color: #AAA369; }
a { background-color: rgb(170,163,105); }
div.DivClassName
{
background-color: #AAA369;
}
.BgClassName
{
background-color: #AAA369;
}
</style>
border-color css
<style>
span { border-color: #AAA369; }
span { border-color: rgb(170,163,105); }
td.TdClassName
{
border-color: #AAA369;
}
.TagClassName
{
border-color: #AAA369;
}
</style>