Shades of Gimblet #AC9F63
Tints of Gimblet #AC9F63
RGB
CMYK
RGB Variations
Color information
#AC9F63 (or 0xAC9F63) is known color: Gimblet. HEX triplet: AC, 9F and 63. RGB value is (172,159,99). Sum of RGB (Red+Green+Blue) = 172+159+99=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9F63 is #53609C. Grayscale: #9C9C9C. Windows color (decimal): -5464221 or 6528940. OLE color: 6528940.
HSL color Cylindrical-coordinate representation of color #AC9F63: hue angle of 49.32º degrees, saturation: 0.31, 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 #AC9F63 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 159 | 99 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.33 |
| HSL | 49.32º | 0.31% | 0.53% | - |
| HSV(B) | 49.32º | 0.42% | 0.67% | - |
| XYZ | 31.66 | 34.47 | 16.79 | - |
| YUV | 156.05 | 95.81 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 159 | 99 | 0 | 0.08 | 0.42 | 0.33 | 49.32 | 0.31 | 0.53 |
| Hex | AC | 9F | 63 | 0 | 8 | 2A | 21 | 31 | 1F | 35 |
| Octal | 254 | 237 | 143 | 0 | 10 | 52 | 41 | 61 | 37 | 65 |
| Binary | 10101100 | 10011111 | 1100011 | 0 | 1000 | 101010 | 100001 | 110001 | 11111 | 110101 |
Color Harmonies of #AC9F63
Complementary color
Monochromatic Colors of #AC9F63
Black with #AC9F63
Text Example
Text Example
White with #AC9F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9F63; }
p { color: rgb(172,159,99); }
H1.HeaderClassName
{
color: #AC9F63;
}
.AnyTagClassName
{
color: #AC9F63;
}
</style>
background-color css
<style>
a { background-color: #AC9F63; }
a { background-color: rgb(172,159,99); }
div.DivClassName
{
background-color: #AC9F63;
}
.BgClassName
{
background-color: #AC9F63;
}
</style>
border-color css
<style>
span { border-color: #AC9F63; }
span { border-color: rgb(172,159,99); }
td.TdClassName
{
border-color: #AC9F63;
}
.TagClassName
{
border-color: #AC9F63;
}
</style>