Shades of Gimblet #A8A064
Tints of Gimblet #A8A064
RGB
CMYK
RGB Variations
Color information
#A8A064 (or 0xA8A064) is known color: Gimblet. HEX triplet: A8, A0 and 64. RGB value is (168,160,100). Sum of RGB (Red+Green+Blue) = 168+160+100=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A064 is #575F9B. Grayscale: #9B9B9B. Windows color (decimal): -5726108 or 6594728. OLE color: 6594728.
HSL color Cylindrical-coordinate representation of color #A8A064: hue angle of 52.94º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8A064 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 160 | 100 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.34 |
| HSL | 52.94º | 0.28% | 0.53% | - |
| HSV(B) | 52.94º | 0.4% | 0.66% | - |
| XYZ | 31.02 | 34.39 | 17.06 | - |
| YUV | 155.55 | 96.65 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 160 | 100 | 0 | 0.05 | 0.40 | 0.34 | 52.94 | 0.28 | 0.53 |
| Hex | A8 | A0 | 64 | 0 | 5 | 28 | 22 | 35 | 1C | 35 |
| Octal | 250 | 240 | 144 | 0 | 5 | 50 | 42 | 65 | 34 | 65 |
| Binary | 10101000 | 10100000 | 1100100 | 0 | 101 | 101000 | 100010 | 110101 | 11100 | 110101 |
Color Harmonies of #A8A064
Complementary color
Monochromatic Colors of #A8A064
Black with #A8A064
Text Example
Text Example
White with #A8A064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A064; }
p { color: rgb(168,160,100); }
H1.HeaderClassName
{
color: #A8A064;
}
.AnyTagClassName
{
color: #A8A064;
}
</style>
background-color css
<style>
a { background-color: #A8A064; }
a { background-color: rgb(168,160,100); }
div.DivClassName
{
background-color: #A8A064;
}
.BgClassName
{
background-color: #A8A064;
}
</style>
border-color css
<style>
span { border-color: #A8A064; }
span { border-color: rgb(168,160,100); }
td.TdClassName
{
border-color: #A8A064;
}
.TagClassName
{
border-color: #A8A064;
}
</style>