Shades of Gimblet #ACA266
Tints of Gimblet #ACA266
RGB
CMYK
RGB Variations
Color information
#ACA266 (or 0xACA266) is known color: Gimblet. HEX triplet: AC, A2 and 66. RGB value is (172,162,102). Sum of RGB (Red+Green+Blue) = 172+162+102=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA266 is #535D99. Grayscale: #9E9E9E. Windows color (decimal): -5463450 or 6726316. OLE color: 6726316.
HSL color Cylindrical-coordinate representation of color #ACA266: hue angle of 51.43º 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 #ACA266 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 162 | 102 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.33 |
| HSL | 51.43º | 0.3% | 0.54% | - |
| HSV(B) | 51.43º | 0.41% | 0.67% | - |
| XYZ | 32.33 | 35.57 | 17.73 | - |
| YUV | 158.15 | 96.31 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 162 | 102 | 0 | 0.06 | 0.41 | 0.33 | 51.43 | 0.3 | 0.54 |
| Hex | AC | A2 | 66 | 0 | 6 | 29 | 21 | 33 | 1E | 36 |
| Octal | 254 | 242 | 146 | 0 | 6 | 51 | 41 | 63 | 36 | 66 |
| Binary | 10101100 | 10100010 | 1100110 | 0 | 110 | 101001 | 100001 | 110011 | 11110 | 110110 |
Color Harmonies of #ACA266
Complementary color
Monochromatic Colors of #ACA266
Black with #ACA266
Text Example
Text Example
White with #ACA266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA266; }
p { color: rgb(172,162,102); }
H1.HeaderClassName
{
color: #ACA266;
}
.AnyTagClassName
{
color: #ACA266;
}
</style>
background-color css
<style>
a { background-color: #ACA266; }
a { background-color: rgb(172,162,102); }
div.DivClassName
{
background-color: #ACA266;
}
.BgClassName
{
background-color: #ACA266;
}
</style>
border-color css
<style>
span { border-color: #ACA266; }
span { border-color: rgb(172,162,102); }
td.TdClassName
{
border-color: #ACA266;
}
.TagClassName
{
border-color: #ACA266;
}
</style>