Shades of Gimblet #AAA165
Tints of Gimblet #AAA165
RGB
CMYK
RGB Variations
Color information
#AAA165 (or 0xAAA165) is known color: Gimblet. HEX triplet: AA, A1 and 65. RGB value is (170,161,101). Sum of RGB (Red+Green+Blue) = 170+161+101=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA165 is #555E9A. Grayscale: #9D9D9D. Windows color (decimal): -5594779 or 6660522. OLE color: 6660522.
HSL color Cylindrical-coordinate representation of color #AAA165: hue angle of 52.17º 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 #AAA165 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 101 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.33 |
| HSL | 52.17º | 0.29% | 0.53% | - |
| HSV(B) | 52.17º | 0.41% | 0.67% | - |
| XYZ | 31.67 | 34.98 | 17.39 | - |
| YUV | 156.85 | 96.48 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 101 | 0 | 0.05 | 0.41 | 0.33 | 52.17 | 0.29 | 0.53 |
| Hex | AA | A1 | 65 | 0 | 5 | 29 | 21 | 34 | 1D | 35 |
| Octal | 252 | 241 | 145 | 0 | 5 | 51 | 41 | 64 | 35 | 65 |
| Binary | 10101010 | 10100001 | 1100101 | 0 | 101 | 101001 | 100001 | 110100 | 11101 | 110101 |
Color Harmonies of #AAA165
Complementary color
Monochromatic Colors of #AAA165
Black with #AAA165
Text Example
Text Example
White with #AAA165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA165; }
p { color: rgb(170,161,101); }
H1.HeaderClassName
{
color: #AAA165;
}
.AnyTagClassName
{
color: #AAA165;
}
</style>
background-color css
<style>
a { background-color: #AAA165; }
a { background-color: rgb(170,161,101); }
div.DivClassName
{
background-color: #AAA165;
}
.BgClassName
{
background-color: #AAA165;
}
</style>
border-color css
<style>
span { border-color: #AAA165; }
span { border-color: rgb(170,161,101); }
td.TdClassName
{
border-color: #AAA165;
}
.TagClassName
{
border-color: #AAA165;
}
</style>