Shades of Gimblet #AA9E63
Tints of Gimblet #AA9E63
RGB
CMYK
RGB Variations
Color information
#AA9E63 (or 0xAA9E63) is known color: Gimblet. HEX triplet: AA, 9E and 63. RGB value is (170,158,99). Sum of RGB (Red+Green+Blue) = 170+158+99=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E63 is #55619C. Grayscale: #9B9B9B. Windows color (decimal): -5595549 or 6528682. OLE color: 6528682.
HSL color Cylindrical-coordinate representation of color #AA9E63: hue angle of 49.86º 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 #AA9E63 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 99 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.33 |
| HSL | 49.86º | 0.29% | 0.53% | - |
| HSV(B) | 49.86º | 0.42% | 0.67% | - |
| XYZ | 31.06 | 33.9 | 16.71 | - |
| YUV | 154.86 | 96.48 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 99 | 0 | 0.07 | 0.42 | 0.33 | 49.86 | 0.29 | 0.53 |
| Hex | AA | 9E | 63 | 0 | 7 | 2A | 21 | 32 | 1D | 35 |
| Octal | 252 | 236 | 143 | 0 | 7 | 52 | 41 | 62 | 35 | 65 |
| Binary | 10101010 | 10011110 | 1100011 | 0 | 111 | 101010 | 100001 | 110010 | 11101 | 110101 |
Color Harmonies of #AA9E63
Complementary color
Monochromatic Colors of #AA9E63
Black with #AA9E63
Text Example
Text Example
White with #AA9E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E63; }
p { color: rgb(170,158,99); }
H1.HeaderClassName
{
color: #AA9E63;
}
.AnyTagClassName
{
color: #AA9E63;
}
</style>
background-color css
<style>
a { background-color: #AA9E63; }
a { background-color: rgb(170,158,99); }
div.DivClassName
{
background-color: #AA9E63;
}
.BgClassName
{
background-color: #AA9E63;
}
</style>
border-color css
<style>
span { border-color: #AA9E63; }
span { border-color: rgb(170,158,99); }
td.TdClassName
{
border-color: #AA9E63;
}
.TagClassName
{
border-color: #AA9E63;
}
</style>