Shades of Gimblet #AA9F60
Tints of Gimblet #AA9F60
RGB
CMYK
RGB Variations
Color information
#AA9F60 (or 0xAA9F60) is known color: Gimblet. HEX triplet: AA, 9F and 60. RGB value is (170,159,96). Sum of RGB (Red+Green+Blue) = 170+159+96=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9F60 is #55609F. Grayscale: #9B9B9B. Windows color (decimal): -5595296 or 6332330. OLE color: 6332330.
HSL color Cylindrical-coordinate representation of color #AA9F60: hue angle of 51.08º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA9F60 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 96 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.33 |
| HSL | 51.08º | 0.3% | 0.52% | - |
| HSV(B) | 51.08º | 0.44% | 0.67% | - |
| XYZ | 31.09 | 34.19 | 16.03 | - |
| YUV | 155.11 | 94.64 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 96 | 0 | 0.06 | 0.44 | 0.33 | 51.08 | 0.3 | 0.52 |
| Hex | AA | 9F | 60 | 0 | 6 | 2C | 21 | 33 | 1E | 34 |
| Octal | 252 | 237 | 140 | 0 | 6 | 54 | 41 | 63 | 36 | 64 |
| Binary | 10101010 | 10011111 | 1100000 | 0 | 110 | 101100 | 100001 | 110011 | 11110 | 110100 |
Color Harmonies of #AA9F60
Complementary color
Monochromatic Colors of #AA9F60
Black with #AA9F60
Text Example
Text Example
White with #AA9F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F60; }
p { color: rgb(170,159,96); }
H1.HeaderClassName
{
color: #AA9F60;
}
.AnyTagClassName
{
color: #AA9F60;
}
</style>
background-color css
<style>
a { background-color: #AA9F60; }
a { background-color: rgb(170,159,96); }
div.DivClassName
{
background-color: #AA9F60;
}
.BgClassName
{
background-color: #AA9F60;
}
</style>
border-color css
<style>
span { border-color: #AA9F60; }
span { border-color: rgb(170,159,96); }
td.TdClassName
{
border-color: #AA9F60;
}
.TagClassName
{
border-color: #AA9F60;
}
</style>