Shades of Gimblet #AAA265
Tints of Gimblet #AAA265
RGB
CMYK
RGB Variations
Color information
#AAA265 (or 0xAAA265) is known color: Gimblet. HEX triplet: AA, A2 and 65. RGB value is (170,162,101). Sum of RGB (Red+Green+Blue) = 170+162+101=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA265 is #555D9A. Grayscale: #9D9D9D. Windows color (decimal): -5594523 or 6660778. OLE color: 6660778.
HSL color Cylindrical-coordinate representation of color #AAA265: hue angle of 53.04º 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 #AAA265 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 101 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.33 |
| HSL | 53.04º | 0.29% | 0.53% | - |
| HSV(B) | 53.04º | 0.41% | 0.67% | - |
| XYZ | 31.85 | 35.33 | 17.45 | - |
| YUV | 157.44 | 96.15 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 101 | 0 | 0.05 | 0.41 | 0.33 | 53.04 | 0.29 | 0.53 |
| Hex | AA | A2 | 65 | 0 | 5 | 29 | 21 | 35 | 1D | 35 |
| Octal | 252 | 242 | 145 | 0 | 5 | 51 | 41 | 65 | 35 | 65 |
| Binary | 10101010 | 10100010 | 1100101 | 0 | 101 | 101001 | 100001 | 110101 | 11101 | 110101 |
Color Harmonies of #AAA265
Complementary color
Monochromatic Colors of #AAA265
Black with #AAA265
Text Example
Text Example
White with #AAA265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA265; }
p { color: rgb(170,162,101); }
H1.HeaderClassName
{
color: #AAA265;
}
.AnyTagClassName
{
color: #AAA265;
}
</style>
background-color css
<style>
a { background-color: #AAA265; }
a { background-color: rgb(170,162,101); }
div.DivClassName
{
background-color: #AAA265;
}
.BgClassName
{
background-color: #AAA265;
}
</style>
border-color css
<style>
span { border-color: #AAA265; }
span { border-color: rgb(170,162,101); }
td.TdClassName
{
border-color: #AAA265;
}
.TagClassName
{
border-color: #AAA265;
}
</style>