Shades of Gimblet #AAA665
Tints of Gimblet #AAA665
RGB
CMYK
RGB Variations
Color information
#AAA665 (or 0xAAA665) is known color: Gimblet. HEX triplet: AA, A6 and 65. RGB value is (170,166,101). Sum of RGB (Red+Green+Blue) = 170+166+101=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA665 is #55599A. Grayscale: #A0A0A0. Windows color (decimal): -5593499 or 6661802. OLE color: 6661802.
HSL color Cylindrical-coordinate representation of color #AAA665: hue angle of 56.52º 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 #AAA665 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 101 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.33 |
| HSL | 56.52º | 0.29% | 0.53% | - |
| HSV(B) | 56.52º | 0.41% | 0.67% | - |
| XYZ | 32.56 | 36.76 | 17.69 | - |
| YUV | 159.79 | 94.83 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 101 | 0 | 0.02 | 0.41 | 0.33 | 56.52 | 0.29 | 0.53 |
| Hex | AA | A6 | 65 | 0 | 2 | 29 | 21 | 39 | 1D | 35 |
| Octal | 252 | 246 | 145 | 0 | 2 | 51 | 41 | 71 | 35 | 65 |
| Binary | 10101010 | 10100110 | 1100101 | 0 | 10 | 101001 | 100001 | 111001 | 11101 | 110101 |
Color Harmonies of #AAA665
Complementary color
Monochromatic Colors of #AAA665
Black with #AAA665
Text Example
Text Example
White with #AAA665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA665; }
p { color: rgb(170,166,101); }
H1.HeaderClassName
{
color: #AAA665;
}
.AnyTagClassName
{
color: #AAA665;
}
</style>
background-color css
<style>
a { background-color: #AAA665; }
a { background-color: rgb(170,166,101); }
div.DivClassName
{
background-color: #AAA665;
}
.BgClassName
{
background-color: #AAA665;
}
</style>
border-color css
<style>
span { border-color: #AAA665; }
span { border-color: rgb(170,166,101); }
td.TdClassName
{
border-color: #AAA665;
}
.TagClassName
{
border-color: #AAA665;
}
</style>