Shades of Gimblet #A8A065
Tints of Gimblet #A8A065
RGB
CMYK
RGB Variations
Color information
#A8A065 (or 0xA8A065) is known color: Gimblet. HEX triplet: A8, A0 and 65. RGB value is (168,160,101). Sum of RGB (Red+Green+Blue) = 168+160+101=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A065 is #575F9A. Grayscale: #9B9B9B. Windows color (decimal): -5726107 or 6660264. OLE color: 6660264.
HSL color Cylindrical-coordinate representation of color #A8A065: hue angle of 52.84º 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 #A8A065 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 160 | 101 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.34 |
| HSL | 52.84º | 0.28% | 0.53% | - |
| HSV(B) | 52.84º | 0.4% | 0.66% | - |
| XYZ | 31.07 | 34.41 | 17.32 | - |
| YUV | 155.67 | 97.15 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 160 | 101 | 0 | 0.05 | 0.40 | 0.34 | 52.84 | 0.28 | 0.53 |
| Hex | A8 | A0 | 65 | 0 | 5 | 28 | 22 | 35 | 1C | 35 |
| Octal | 250 | 240 | 145 | 0 | 5 | 50 | 42 | 65 | 34 | 65 |
| Binary | 10101000 | 10100000 | 1100101 | 0 | 101 | 101000 | 100010 | 110101 | 11100 | 110101 |
Color Harmonies of #A8A065
Complementary color
Monochromatic Colors of #A8A065
Black with #A8A065
Text Example
Text Example
White with #A8A065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A065; }
p { color: rgb(168,160,101); }
H1.HeaderClassName
{
color: #A8A065;
}
.AnyTagClassName
{
color: #A8A065;
}
</style>
background-color css
<style>
a { background-color: #A8A065; }
a { background-color: rgb(168,160,101); }
div.DivClassName
{
background-color: #A8A065;
}
.BgClassName
{
background-color: #A8A065;
}
</style>
border-color css
<style>
span { border-color: #A8A065; }
span { border-color: rgb(168,160,101); }
td.TdClassName
{
border-color: #A8A065;
}
.TagClassName
{
border-color: #A8A065;
}
</style>