Shades of Gimblet #AAA365
Tints of Gimblet #AAA365
RGB
CMYK
RGB Variations
Color information
#AAA365 (or 0xAAA365) is known color: Gimblet. HEX triplet: AA, A3 and 65. RGB value is (170,163,101). Sum of RGB (Red+Green+Blue) = 170+163+101=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA365 is #555C9A. Grayscale: #9E9E9E. Windows color (decimal): -5594267 or 6661034. OLE color: 6661034.
HSL color Cylindrical-coordinate representation of color #AAA365: hue angle of 53.91º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAA365 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 101 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.33 |
| HSL | 53.91º | 0.29% | 0.53% | - |
| HSV(B) | 53.91º | 0.41% | 0.67% | - |
| XYZ | 32.02 | 35.68 | 17.51 | - |
| YUV | 158.03 | 95.82 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 101 | 0 | 0.04 | 0.41 | 0.33 | 53.91 | 0.29 | 0.53 |
| Hex | AA | A3 | 65 | 0 | 4 | 29 | 21 | 36 | 1D | 35 |
| Octal | 252 | 243 | 145 | 0 | 4 | 51 | 41 | 66 | 35 | 65 |
| Binary | 10101010 | 10100011 | 1100101 | 0 | 100 | 101001 | 100001 | 110110 | 11101 | 110101 |
Color Harmonies of #AAA365
Complementary color
Monochromatic Colors of #AAA365
Black with #AAA365
Text Example
Text Example
White with #AAA365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA365; }
p { color: rgb(170,163,101); }
H1.HeaderClassName
{
color: #AAA365;
}
.AnyTagClassName
{
color: #AAA365;
}
</style>
background-color css
<style>
a { background-color: #AAA365; }
a { background-color: rgb(170,163,101); }
div.DivClassName
{
background-color: #AAA365;
}
.BgClassName
{
background-color: #AAA365;
}
</style>
border-color css
<style>
span { border-color: #AAA365; }
span { border-color: rgb(170,163,101); }
td.TdClassName
{
border-color: #AAA365;
}
.TagClassName
{
border-color: #AAA365;
}
</style>