Shades of Gimblet #A8A063
Tints of Gimblet #A8A063
RGB
CMYK
RGB Variations
Color information
#A8A063 (or 0xA8A063) is known color: Gimblet. HEX triplet: A8, A0 and 63. RGB value is (168,160,99). Sum of RGB (Red+Green+Blue) = 168+160+99=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A063 is #575F9C. Grayscale: #9B9B9B. Windows color (decimal): -5726109 or 6529192. OLE color: 6529192.
HSL color Cylindrical-coordinate representation of color #A8A063: hue angle of 53.04º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8A063 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 160 | 99 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.34 |
| HSL | 53.04º | 0.28% | 0.52% | - |
| HSV(B) | 53.04º | 0.41% | 0.66% | - |
| XYZ | 30.97 | 34.37 | 16.81 | - |
| YUV | 155.44 | 96.15 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 160 | 99 | 0 | 0.05 | 0.41 | 0.34 | 53.04 | 0.28 | 0.52 |
| Hex | A8 | A0 | 63 | 0 | 5 | 29 | 22 | 35 | 1C | 34 |
| Octal | 250 | 240 | 143 | 0 | 5 | 51 | 42 | 65 | 34 | 64 |
| Binary | 10101000 | 10100000 | 1100011 | 0 | 101 | 101001 | 100010 | 110101 | 11100 | 110100 |
Color Harmonies of #A8A063
Complementary color
Monochromatic Colors of #A8A063
Black with #A8A063
Text Example
Text Example
White with #A8A063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A063; }
p { color: rgb(168,160,99); }
H1.HeaderClassName
{
color: #A8A063;
}
.AnyTagClassName
{
color: #A8A063;
}
</style>
background-color css
<style>
a { background-color: #A8A063; }
a { background-color: rgb(168,160,99); }
div.DivClassName
{
background-color: #A8A063;
}
.BgClassName
{
background-color: #A8A063;
}
</style>
border-color css
<style>
span { border-color: #A8A063; }
span { border-color: rgb(168,160,99); }
td.TdClassName
{
border-color: #A8A063;
}
.TagClassName
{
border-color: #A8A063;
}
</style>