Shades of Gimblet #A8A466
Tints of Gimblet #A8A466
RGB
CMYK
RGB Variations
Color information
#A8A466 (or 0xA8A466) is known color: Gimblet. HEX triplet: A8, A4 and 66. RGB value is (168,164,102). Sum of RGB (Red+Green+Blue) = 168+164+102=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A466 is #575B99. Grayscale: #9E9E9E. Windows color (decimal): -5725082 or 6726824. OLE color: 6726824.
HSL color Cylindrical-coordinate representation of color #A8A466: hue angle of 56.36º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8A466 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 164 | 102 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.34 |
| HSL | 56.36º | 0.28% | 0.53% | - |
| HSV(B) | 56.36º | 0.39% | 0.66% | - |
| XYZ | 31.82 | 35.84 | 17.81 | - |
| YUV | 158.13 | 96.33 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 164 | 102 | 0 | 0.02 | 0.39 | 0.34 | 56.36 | 0.28 | 0.53 |
| Hex | A8 | A4 | 66 | 0 | 2 | 27 | 22 | 38 | 1C | 35 |
| Octal | 250 | 244 | 146 | 0 | 2 | 47 | 42 | 70 | 34 | 65 |
| Binary | 10101000 | 10100100 | 1100110 | 0 | 10 | 100111 | 100010 | 111000 | 11100 | 110101 |
Color Harmonies of #A8A466
Complementary color
Monochromatic Colors of #A8A466
Black with #A8A466
Text Example
Text Example
White with #A8A466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A466; }
p { color: rgb(168,164,102); }
H1.HeaderClassName
{
color: #A8A466;
}
.AnyTagClassName
{
color: #A8A466;
}
</style>
background-color css
<style>
a { background-color: #A8A466; }
a { background-color: rgb(168,164,102); }
div.DivClassName
{
background-color: #A8A466;
}
.BgClassName
{
background-color: #A8A466;
}
</style>
border-color css
<style>
span { border-color: #A8A466; }
span { border-color: rgb(168,164,102); }
td.TdClassName
{
border-color: #A8A466;
}
.TagClassName
{
border-color: #A8A466;
}
</style>