Shades of Gimblet #A9A367
Tints of Gimblet #A9A367
RGB
CMYK
RGB Variations
Color information
#A9A367 (or 0xA9A367) is known color: Gimblet. HEX triplet: A9, A3 and 67. RGB value is (169,163,103). Sum of RGB (Red+Green+Blue) = 169+163+103=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A367 is #565C98. Grayscale: #9E9E9E. Windows color (decimal): -5659801 or 6792105. OLE color: 6792105.
HSL color Cylindrical-coordinate representation of color #A9A367: hue angle of 54.55º 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 #A9A367 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 163 | 103 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.34 |
| HSL | 54.55º | 0.28% | 0.53% | - |
| HSV(B) | 54.55º | 0.39% | 0.66% | - |
| XYZ | 31.91 | 35.61 | 18.02 | - |
| YUV | 157.95 | 96.99 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 163 | 103 | 0 | 0.04 | 0.39 | 0.34 | 54.55 | 0.28 | 0.53 |
| Hex | A9 | A3 | 67 | 0 | 4 | 27 | 22 | 37 | 1C | 35 |
| Octal | 251 | 243 | 147 | 0 | 4 | 47 | 42 | 67 | 34 | 65 |
| Binary | 10101001 | 10100011 | 1100111 | 0 | 100 | 100111 | 100010 | 110111 | 11100 | 110101 |
Color Harmonies of #A9A367
Complementary color
Monochromatic Colors of #A9A367
Black with #A9A367
Text Example
Text Example
White with #A9A367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A367; }
p { color: rgb(169,163,103); }
H1.HeaderClassName
{
color: #A9A367;
}
.AnyTagClassName
{
color: #A9A367;
}
</style>
background-color css
<style>
a { background-color: #A9A367; }
a { background-color: rgb(169,163,103); }
div.DivClassName
{
background-color: #A9A367;
}
.BgClassName
{
background-color: #A9A367;
}
</style>
border-color css
<style>
span { border-color: #A9A367; }
span { border-color: rgb(169,163,103); }
td.TdClassName
{
border-color: #A9A367;
}
.TagClassName
{
border-color: #A9A367;
}
</style>