Shades of Gimblet #AC9F64
Tints of Gimblet #AC9F64
RGB
CMYK
RGB Variations
Color information
#AC9F64 (or 0xAC9F64) is known color: Gimblet. HEX triplet: AC, 9F and 64. RGB value is (172,159,100). Sum of RGB (Red+Green+Blue) = 172+159+100=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9F64 is #53609B. Grayscale: #9C9C9C. Windows color (decimal): -5464220 or 6594476. OLE color: 6594476.
HSL color Cylindrical-coordinate representation of color #AC9F64: hue angle of 49.17º degrees, saturation: 0.3, 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 #AC9F64 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 159 | 100 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.33 |
| HSL | 49.17º | 0.3% | 0.53% | - |
| HSV(B) | 49.17º | 0.42% | 0.67% | - |
| XYZ | 31.71 | 34.49 | 17.04 | - |
| YUV | 156.16 | 96.31 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 159 | 100 | 0 | 0.08 | 0.42 | 0.33 | 49.17 | 0.3 | 0.53 |
| Hex | AC | 9F | 64 | 0 | 8 | 2A | 21 | 31 | 1E | 35 |
| Octal | 254 | 237 | 144 | 0 | 10 | 52 | 41 | 61 | 36 | 65 |
| Binary | 10101100 | 10011111 | 1100100 | 0 | 1000 | 101010 | 100001 | 110001 | 11110 | 110101 |
Color Harmonies of #AC9F64
Complementary color
Monochromatic Colors of #AC9F64
Black with #AC9F64
Text Example
Text Example
White with #AC9F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9F64; }
p { color: rgb(172,159,100); }
H1.HeaderClassName
{
color: #AC9F64;
}
.AnyTagClassName
{
color: #AC9F64;
}
</style>
background-color css
<style>
a { background-color: #AC9F64; }
a { background-color: rgb(172,159,100); }
div.DivClassName
{
background-color: #AC9F64;
}
.BgClassName
{
background-color: #AC9F64;
}
</style>
border-color css
<style>
span { border-color: #AC9F64; }
span { border-color: rgb(172,159,100); }
td.TdClassName
{
border-color: #AC9F64;
}
.TagClassName
{
border-color: #AC9F64;
}
</style>