Shades of Gimblet #A9A35E
Tints of Gimblet #A9A35E
RGB
CMYK
RGB Variations
Color information
#A9A35E (or 0xA9A35E) is known color: Gimblet. HEX triplet: A9, A3 and 5E. RGB value is (169,163,94). Sum of RGB (Red+Green+Blue) = 169+163+94=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A35E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A35E is #565CA1. Grayscale: #9D9D9D. Windows color (decimal): -5659810 or 6202281. OLE color: 6202281.
HSL color Cylindrical-coordinate representation of color #A9A35E: hue angle of 55.2º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9A35E is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 163 | 94 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.34 |
| HSL | 55.2º | 0.3% | 0.52% | - |
| HSV(B) | 55.2º | 0.44% | 0.66% | - |
| XYZ | 31.48 | 35.44 | 15.77 | - |
| YUV | 156.93 | 92.49 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 163 | 94 | 0 | 0.04 | 0.44 | 0.34 | 55.2 | 0.3 | 0.52 |
| Hex | A9 | A3 | 5E | 0 | 4 | 2C | 22 | 37 | 1E | 34 |
| Octal | 251 | 243 | 136 | 0 | 4 | 54 | 42 | 67 | 36 | 64 |
| Binary | 10101001 | 10100011 | 1011110 | 0 | 100 | 101100 | 100010 | 110111 | 11110 | 110100 |
Color Harmonies of #A9A35E
Complementary color
Monochromatic Colors of #A9A35E
Black with #A9A35E
Text Example
Text Example
White with #A9A35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A35E; }
p { color: rgb(169,163,94); }
H1.HeaderClassName
{
color: #A9A35E;
}
.AnyTagClassName
{
color: #A9A35E;
}
</style>
background-color css
<style>
a { background-color: #A9A35E; }
a { background-color: rgb(169,163,94); }
div.DivClassName
{
background-color: #A9A35E;
}
.BgClassName
{
background-color: #A9A35E;
}
</style>
border-color css
<style>
span { border-color: #A9A35E; }
span { border-color: rgb(169,163,94); }
td.TdClassName
{
border-color: #A9A35E;
}
.TagClassName
{
border-color: #A9A35E;
}
</style>