Shades of Highball #A09937
Tints of Highball #A09937
RGB
CMYK
RGB Variations
Color information
#A09937 (or 0xA09937) is known color: Highball. HEX triplet: A0, 99 and 37. RGB value is (160,153,55). Sum of RGB (Red+Green+Blue) = 160+153+55=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 55 (21.88% from 255 or 14.95% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A09937 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09937 is #5F66C8. Grayscale: #909090. Windows color (decimal): -6252233 or 3643808. OLE color: 3643808.
HSL color Cylindrical-coordinate representation of color #A09937: hue angle of 56º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A09937 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 153 | 55 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.37 |
| HSL | 56º | 0.49% | 0.42% | - |
| HSV(B) | 56º | 0.66% | 0.63% | - |
| XYZ | 26.58 | 30.53 | 8.11 | - |
| YUV | 143.92 | 77.82 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 55 | 0 | 0.04 | 0.66 | 0.37 | 56 | 0.49 | 0.42 |
| Hex | A0 | 99 | 37 | 0 | 4 | 42 | 25 | 38 | 31 | 2A |
| Octal | 240 | 231 | 67 | 0 | 4 | 102 | 45 | 70 | 61 | 52 |
| Binary | 10100000 | 10011001 | 110111 | 0 | 100 | 1000010 | 100101 | 111000 | 110001 | 101010 |
Color Harmonies of #A09937
Complementary color
Monochromatic Colors of #A09937
Black with #A09937
Text Example
Text Example
White with #A09937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09937; }
p { color: rgb(160,153,55); }
H1.HeaderClassName
{
color: #A09937;
}
.AnyTagClassName
{
color: #A09937;
}
</style>
background-color css
<style>
a { background-color: #A09937; }
a { background-color: rgb(160,153,55); }
div.DivClassName
{
background-color: #A09937;
}
.BgClassName
{
background-color: #A09937;
}
</style>
border-color css
<style>
span { border-color: #A09937; }
span { border-color: rgb(160,153,55); }
td.TdClassName
{
border-color: #A09937;
}
.TagClassName
{
border-color: #A09937;
}
</style>