Shades of Gimblet #AA9F5D
Tints of Gimblet #AA9F5D
RGB
CMYK
RGB Variations
Color information
#AA9F5D (or 0xAA9F5D) is known color: Gimblet. HEX triplet: AA, 9F and 5D. RGB value is (170,159,93). Sum of RGB (Red+Green+Blue) = 170+159+93=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9F5D is #5560A2. Grayscale: #9B9B9B. Windows color (decimal): -5595299 or 6135722. OLE color: 6135722.
HSL color Cylindrical-coordinate representation of color #AA9F5D: hue angle of 51.43º 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 #AA9F5D is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 93 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.33 |
| HSL | 51.43º | 0.31% | 0.52% | - |
| HSV(B) | 51.43º | 0.45% | 0.67% | - |
| XYZ | 30.95 | 34.13 | 15.31 | - |
| YUV | 154.77 | 93.14 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 93 | 0 | 0.06 | 0.45 | 0.33 | 51.43 | 0.31 | 0.52 |
| Hex | AA | 9F | 5D | 0 | 6 | 2D | 21 | 33 | 1F | 34 |
| Octal | 252 | 237 | 135 | 0 | 6 | 55 | 41 | 63 | 37 | 64 |
| Binary | 10101010 | 10011111 | 1011101 | 0 | 110 | 101101 | 100001 | 110011 | 11111 | 110100 |
Color Harmonies of #AA9F5D
Complementary color
Monochromatic Colors of #AA9F5D
Black with #AA9F5D
Text Example
Text Example
White with #AA9F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F5D; }
p { color: rgb(170,159,93); }
H1.HeaderClassName
{
color: #AA9F5D;
}
.AnyTagClassName
{
color: #AA9F5D;
}
</style>
background-color css
<style>
a { background-color: #AA9F5D; }
a { background-color: rgb(170,159,93); }
div.DivClassName
{
background-color: #AA9F5D;
}
.BgClassName
{
background-color: #AA9F5D;
}
</style>
border-color css
<style>
span { border-color: #AA9F5D; }
span { border-color: rgb(170,159,93); }
td.TdClassName
{
border-color: #AA9F5D;
}
.TagClassName
{
border-color: #AA9F5D;
}
</style>