Shades of Gimblet #AAA065
Tints of Gimblet #AAA065
RGB
CMYK
RGB Variations
Color information
#AAA065 (or 0xAAA065) is known color: Gimblet. HEX triplet: AA, A0 and 65. RGB value is (170,160,101). Sum of RGB (Red+Green+Blue) = 170+160+101=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA065 is #555F9A. Grayscale: #9C9C9C. Windows color (decimal): -5595035 or 6660266. OLE color: 6660266.
HSL color Cylindrical-coordinate representation of color #AAA065: hue angle of 51.3º 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 #AAA065 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 101 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.33 |
| HSL | 51.3º | 0.29% | 0.53% | - |
| HSV(B) | 51.3º | 0.41% | 0.67% | - |
| XYZ | 31.5 | 34.63 | 17.34 | - |
| YUV | 156.26 | 96.81 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 101 | 0 | 0.06 | 0.41 | 0.33 | 51.3 | 0.29 | 0.53 |
| Hex | AA | A0 | 65 | 0 | 6 | 29 | 21 | 33 | 1D | 35 |
| Octal | 252 | 240 | 145 | 0 | 6 | 51 | 41 | 63 | 35 | 65 |
| Binary | 10101010 | 10100000 | 1100101 | 0 | 110 | 101001 | 100001 | 110011 | 11101 | 110101 |
Color Harmonies of #AAA065
Complementary color
Monochromatic Colors of #AAA065
Black with #AAA065
Text Example
Text Example
White with #AAA065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA065; }
p { color: rgb(170,160,101); }
H1.HeaderClassName
{
color: #AAA065;
}
.AnyTagClassName
{
color: #AAA065;
}
</style>
background-color css
<style>
a { background-color: #AAA065; }
a { background-color: rgb(170,160,101); }
div.DivClassName
{
background-color: #AAA065;
}
.BgClassName
{
background-color: #AAA065;
}
</style>
border-color css
<style>
span { border-color: #AAA065; }
span { border-color: rgb(170,160,101); }
td.TdClassName
{
border-color: #AAA065;
}
.TagClassName
{
border-color: #AAA065;
}
</style>