Shades of Gimblet #AA9F64
Tints of Gimblet #AA9F64
RGB
CMYK
RGB Variations
Color information
#AA9F64 (or 0xAA9F64) is known color: Gimblet. HEX triplet: AA, 9F and 64. RGB value is (170,159,100). Sum of RGB (Red+Green+Blue) = 170+159+100=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9F64 is #55609B. Grayscale: #9B9B9B. Windows color (decimal): -5595292 or 6594474. OLE color: 6594474.
HSL color Cylindrical-coordinate representation of color #AA9F64: hue angle of 50.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA9F64 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 100 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.33 |
| HSL | 50.57º | 0.29% | 0.53% | - |
| HSV(B) | 50.57º | 0.41% | 0.67% | - |
| XYZ | 31.28 | 34.26 | 17.02 | - |
| YUV | 155.56 | 96.64 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 100 | 0 | 0.06 | 0.41 | 0.33 | 50.57 | 0.29 | 0.53 |
| Hex | AA | 9F | 64 | 0 | 6 | 29 | 21 | 33 | 1D | 35 |
| Octal | 252 | 237 | 144 | 0 | 6 | 51 | 41 | 63 | 35 | 65 |
| Binary | 10101010 | 10011111 | 1100100 | 0 | 110 | 101001 | 100001 | 110011 | 11101 | 110101 |
Color Harmonies of #AA9F64
Complementary color
Monochromatic Colors of #AA9F64
Black with #AA9F64
Text Example
Text Example
White with #AA9F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F64; }
p { color: rgb(170,159,100); }
H1.HeaderClassName
{
color: #AA9F64;
}
.AnyTagClassName
{
color: #AA9F64;
}
</style>
background-color css
<style>
a { background-color: #AA9F64; }
a { background-color: rgb(170,159,100); }
div.DivClassName
{
background-color: #AA9F64;
}
.BgClassName
{
background-color: #AA9F64;
}
</style>
border-color css
<style>
span { border-color: #AA9F64; }
span { border-color: rgb(170,159,100); }
td.TdClassName
{
border-color: #AA9F64;
}
.TagClassName
{
border-color: #AA9F64;
}
</style>