Shades of Gimblet #AAA263
Tints of Gimblet #AAA263
RGB
CMYK
RGB Variations
Color information
#AAA263 (or 0xAAA263) is known color: Gimblet. HEX triplet: AA, A2 and 63. RGB value is (170,162,99). Sum of RGB (Red+Green+Blue) = 170+162+99=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA263 is #555D9C. Grayscale: #9D9D9D. Windows color (decimal): -5594525 or 6529706. OLE color: 6529706.
HSL color Cylindrical-coordinate representation of color #AAA263: hue angle of 53.24º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAA263 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 99 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.33 |
| HSL | 53.24º | 0.29% | 0.53% | - |
| HSV(B) | 53.24º | 0.42% | 0.67% | - |
| XYZ | 31.75 | 35.29 | 16.94 | - |
| YUV | 157.21 | 95.15 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 99 | 0 | 0.05 | 0.42 | 0.33 | 53.24 | 0.29 | 0.53 |
| Hex | AA | A2 | 63 | 0 | 5 | 2A | 21 | 35 | 1D | 35 |
| Octal | 252 | 242 | 143 | 0 | 5 | 52 | 41 | 65 | 35 | 65 |
| Binary | 10101010 | 10100010 | 1100011 | 0 | 101 | 101010 | 100001 | 110101 | 11101 | 110101 |
Color Harmonies of #AAA263
Complementary color
Monochromatic Colors of #AAA263
Black with #AAA263
Text Example
Text Example
White with #AAA263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA263; }
p { color: rgb(170,162,99); }
H1.HeaderClassName
{
color: #AAA263;
}
.AnyTagClassName
{
color: #AAA263;
}
</style>
background-color css
<style>
a { background-color: #AAA263; }
a { background-color: rgb(170,162,99); }
div.DivClassName
{
background-color: #AAA263;
}
.BgClassName
{
background-color: #AAA263;
}
</style>
border-color css
<style>
span { border-color: #AAA263; }
span { border-color: rgb(170,162,99); }
td.TdClassName
{
border-color: #AAA263;
}
.TagClassName
{
border-color: #AAA263;
}
</style>