Shades of Gimblet #ACA666
Tints of Gimblet #ACA666
RGB
CMYK
RGB Variations
Color information
#ACA666 (or 0xACA666) is known color: Gimblet. HEX triplet: AC, A6 and 66. RGB value is (172,166,102). Sum of RGB (Red+Green+Blue) = 172+166+102=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA666 is #535999. Grayscale: #A0A0A0. Windows color (decimal): -5462426 or 6727340. OLE color: 6727340.
HSL color Cylindrical-coordinate representation of color #ACA666: hue angle of 54.86º 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 #ACA666 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 166 | 102 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.33 |
| HSL | 54.86º | 0.3% | 0.54% | - |
| HSV(B) | 54.86º | 0.41% | 0.67% | - |
| XYZ | 33.05 | 37 | 17.97 | - |
| YUV | 160.5 | 94.99 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 166 | 102 | 0 | 0.03 | 0.41 | 0.33 | 54.86 | 0.3 | 0.54 |
| Hex | AC | A6 | 66 | 0 | 3 | 29 | 21 | 37 | 1E | 36 |
| Octal | 254 | 246 | 146 | 0 | 3 | 51 | 41 | 67 | 36 | 66 |
| Binary | 10101100 | 10100110 | 1100110 | 0 | 11 | 101001 | 100001 | 110111 | 11110 | 110110 |
Color Harmonies of #ACA666
Complementary color
Monochromatic Colors of #ACA666
Black with #ACA666
Text Example
Text Example
White with #ACA666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA666; }
p { color: rgb(172,166,102); }
H1.HeaderClassName
{
color: #ACA666;
}
.AnyTagClassName
{
color: #ACA666;
}
</style>
background-color css
<style>
a { background-color: #ACA666; }
a { background-color: rgb(172,166,102); }
div.DivClassName
{
background-color: #ACA666;
}
.BgClassName
{
background-color: #ACA666;
}
</style>
border-color css
<style>
span { border-color: #ACA666; }
span { border-color: rgb(172,166,102); }
td.TdClassName
{
border-color: #ACA666;
}
.TagClassName
{
border-color: #ACA666;
}
</style>