Shades of Highball #A09A37
Tints of Highball #A09A37
RGB
CMYK
RGB Variations
Color information
#A09A37 (or 0xA09A37) is known color: Highball. HEX triplet: A0, 9A and 37. RGB value is (160,154,55). Sum of RGB (Red+Green+Blue) = 160+154+55=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 55 (21.88% from 255 or 14.91% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A09A37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09A37 is #5F65C8. Grayscale: #909090. Windows color (decimal): -6251977 or 3644064. OLE color: 3644064.
HSL color Cylindrical-coordinate representation of color #A09A37: hue angle of 56.57º 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 #A09A37 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 154 | 55 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.37 |
| HSL | 56.57º | 0.49% | 0.42% | - |
| HSV(B) | 56.57º | 0.66% | 0.63% | - |
| XYZ | 26.74 | 30.86 | 8.16 | - |
| YUV | 144.51 | 77.49 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 154 | 55 | 0 | 0.04 | 0.66 | 0.37 | 56.57 | 0.49 | 0.42 |
| Hex | A0 | 9A | 37 | 0 | 4 | 42 | 25 | 39 | 31 | 2A |
| Octal | 240 | 232 | 67 | 0 | 4 | 102 | 45 | 71 | 61 | 52 |
| Binary | 10100000 | 10011010 | 110111 | 0 | 100 | 1000010 | 100101 | 111001 | 110001 | 101010 |
Color Harmonies of #A09A37
Complementary color
Monochromatic Colors of #A09A37
Black with #A09A37
Text Example
Text Example
White with #A09A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09A37; }
p { color: rgb(160,154,55); }
H1.HeaderClassName
{
color: #A09A37;
}
.AnyTagClassName
{
color: #A09A37;
}
</style>
background-color css
<style>
a { background-color: #A09A37; }
a { background-color: rgb(160,154,55); }
div.DivClassName
{
background-color: #A09A37;
}
.BgClassName
{
background-color: #A09A37;
}
</style>
border-color css
<style>
span { border-color: #A09A37; }
span { border-color: rgb(160,154,55); }
td.TdClassName
{
border-color: #A09A37;
}
.TagClassName
{
border-color: #A09A37;
}
</style>