Shades of Gimblet #AA9F5E
Tints of Gimblet #AA9F5E
RGB
CMYK
RGB Variations
Color information
#AA9F5E (or 0xAA9F5E) is known color: Gimblet. HEX triplet: AA, 9F and 5E. RGB value is (170,159,94). Sum of RGB (Red+Green+Blue) = 170+159+94=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9F5E is #5560A1. Grayscale: #9B9B9B. Windows color (decimal): -5595298 or 6201258. OLE color: 6201258.
HSL color Cylindrical-coordinate representation of color #AA9F5E: hue angle of 51.32º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA9F5E is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 94 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.33 |
| HSL | 51.32º | 0.31% | 0.52% | - |
| HSV(B) | 51.32º | 0.45% | 0.67% | - |
| XYZ | 31 | 34.15 | 15.55 | - |
| YUV | 154.88 | 93.64 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 94 | 0 | 0.06 | 0.45 | 0.33 | 51.32 | 0.31 | 0.52 |
| Hex | AA | 9F | 5E | 0 | 6 | 2D | 21 | 33 | 1F | 34 |
| Octal | 252 | 237 | 136 | 0 | 6 | 55 | 41 | 63 | 37 | 64 |
| Binary | 10101010 | 10011111 | 1011110 | 0 | 110 | 101101 | 100001 | 110011 | 11111 | 110100 |
Color Harmonies of #AA9F5E
Complementary color
Monochromatic Colors of #AA9F5E
Black with #AA9F5E
Text Example
Text Example
White with #AA9F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F5E; }
p { color: rgb(170,159,94); }
H1.HeaderClassName
{
color: #AA9F5E;
}
.AnyTagClassName
{
color: #AA9F5E;
}
</style>
background-color css
<style>
a { background-color: #AA9F5E; }
a { background-color: rgb(170,159,94); }
div.DivClassName
{
background-color: #AA9F5E;
}
.BgClassName
{
background-color: #AA9F5E;
}
</style>
border-color css
<style>
span { border-color: #AA9F5E; }
span { border-color: rgb(170,159,94); }
td.TdClassName
{
border-color: #AA9F5E;
}
.TagClassName
{
border-color: #AA9F5E;
}
</style>