Shades of Gimblet #ACAB6C
Tints of Gimblet #ACAB6C
RGB
CMYK
RGB Variations
Color information
#ACAB6C (or 0xACAB6C) is known color: Gimblet. HEX triplet: AC, AB and 6C. RGB value is (172,171,108). Sum of RGB (Red+Green+Blue) = 172+171+108=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB6C is #535493. Grayscale: #A4A4A4. Windows color (decimal): -5461140 or 7121836. OLE color: 7121836.
HSL color Cylindrical-coordinate representation of color #ACAB6C: hue angle of 59.06º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACAB6C is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 171 | 108 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.33 |
| HSL | 59.06º | 0.28% | 0.55% | - |
| HSV(B) | 59.06º | 0.37% | 0.67% | - |
| XYZ | 34.28 | 38.98 | 19.9 | - |
| YUV | 164.12 | 96.33 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 108 | 0 | 0.01 | 0.37 | 0.33 | 59.06 | 0.28 | 0.55 |
| Hex | AC | AB | 6C | 0 | 1 | 25 | 21 | 3B | 1C | 37 |
| Octal | 254 | 253 | 154 | 0 | 1 | 45 | 41 | 73 | 34 | 67 |
| Binary | 10101100 | 10101011 | 1101100 | 0 | 1 | 100101 | 100001 | 111011 | 11100 | 110111 |
Color Harmonies of #ACAB6C
Complementary color
Monochromatic Colors of #ACAB6C
Black with #ACAB6C
Text Example
Text Example
White with #ACAB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAB6C; }
p { color: rgb(172,171,108); }
H1.HeaderClassName
{
color: #ACAB6C;
}
.AnyTagClassName
{
color: #ACAB6C;
}
</style>
background-color css
<style>
a { background-color: #ACAB6C; }
a { background-color: rgb(172,171,108); }
div.DivClassName
{
background-color: #ACAB6C;
}
.BgClassName
{
background-color: #ACAB6C;
}
</style>
border-color css
<style>
span { border-color: #ACAB6C; }
span { border-color: rgb(172,171,108); }
td.TdClassName
{
border-color: #ACAB6C;
}
.TagClassName
{
border-color: #ACAB6C;
}
</style>