Shades of Gimblet #ACA566
Tints of Gimblet #ACA566
RGB
CMYK
RGB Variations
Color information
#ACA566 (or 0xACA566) is known color: Gimblet. HEX triplet: AC, A5 and 66. RGB value is (172,165,102). Sum of RGB (Red+Green+Blue) = 172+165+102=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA566 is #535A99. Grayscale: #A0A0A0. Windows color (decimal): -5462682 or 6727084. OLE color: 6727084.
HSL color Cylindrical-coordinate representation of color #ACA566: hue angle of 54º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACA566 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 165 | 102 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.33 |
| HSL | 54º | 0.3% | 0.54% | - |
| HSV(B) | 54º | 0.41% | 0.67% | - |
| XYZ | 32.87 | 36.64 | 17.91 | - |
| YUV | 159.91 | 95.32 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 165 | 102 | 0 | 0.04 | 0.41 | 0.33 | 54 | 0.3 | 0.54 |
| Hex | AC | A5 | 66 | 0 | 4 | 29 | 21 | 36 | 1E | 36 |
| Octal | 254 | 245 | 146 | 0 | 4 | 51 | 41 | 66 | 36 | 66 |
| Binary | 10101100 | 10100101 | 1100110 | 0 | 100 | 101001 | 100001 | 110110 | 11110 | 110110 |
Color Harmonies of #ACA566
Complementary color
Monochromatic Colors of #ACA566
Black with #ACA566
Text Example
Text Example
White with #ACA566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA566; }
p { color: rgb(172,165,102); }
H1.HeaderClassName
{
color: #ACA566;
}
.AnyTagClassName
{
color: #ACA566;
}
</style>
background-color css
<style>
a { background-color: #ACA566; }
a { background-color: rgb(172,165,102); }
div.DivClassName
{
background-color: #ACA566;
}
.BgClassName
{
background-color: #ACA566;
}
</style>
border-color css
<style>
span { border-color: #ACA566; }
span { border-color: rgb(172,165,102); }
td.TdClassName
{
border-color: #ACA566;
}
.TagClassName
{
border-color: #ACA566;
}
</style>