Shades of Gimblet #AC9F5D
Tints of Gimblet #AC9F5D
RGB
CMYK
RGB Variations
Color information
#AC9F5D (or 0xAC9F5D) is known color: Gimblet. HEX triplet: AC, 9F and 5D. RGB value is (172,159,93). Sum of RGB (Red+Green+Blue) = 172+159+93=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9F5D is #5360A2. Grayscale: #9B9B9B. Windows color (decimal): -5464227 or 6135724. OLE color: 6135724.
HSL color Cylindrical-coordinate representation of color #AC9F5D: hue angle of 50.13º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC9F5D is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 159 | 93 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.33 |
| HSL | 50.13º | 0.32% | 0.52% | - |
| HSV(B) | 50.13º | 0.46% | 0.67% | - |
| XYZ | 31.39 | 34.36 | 15.33 | - |
| YUV | 155.36 | 92.81 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 159 | 93 | 0 | 0.08 | 0.46 | 0.33 | 50.13 | 0.32 | 0.52 |
| Hex | AC | 9F | 5D | 0 | 8 | 2E | 21 | 32 | 20 | 34 |
| Octal | 254 | 237 | 135 | 0 | 10 | 56 | 41 | 62 | 40 | 64 |
| Binary | 10101100 | 10011111 | 1011101 | 0 | 1000 | 101110 | 100001 | 110010 | 100000 | 110100 |
Color Harmonies of #AC9F5D
Complementary color
Monochromatic Colors of #AC9F5D
Black with #AC9F5D
Text Example
Text Example
White with #AC9F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9F5D; }
p { color: rgb(172,159,93); }
H1.HeaderClassName
{
color: #AC9F5D;
}
.AnyTagClassName
{
color: #AC9F5D;
}
</style>
background-color css
<style>
a { background-color: #AC9F5D; }
a { background-color: rgb(172,159,93); }
div.DivClassName
{
background-color: #AC9F5D;
}
.BgClassName
{
background-color: #AC9F5D;
}
</style>
border-color css
<style>
span { border-color: #AC9F5D; }
span { border-color: rgb(172,159,93); }
td.TdClassName
{
border-color: #AC9F5D;
}
.TagClassName
{
border-color: #AC9F5D;
}
</style>