Shades of Highball #A09A42
Tints of Highball #A09A42
RGB
CMYK
RGB Variations
Color information
#A09A42 (or 0xA09A42) is known color: Highball. HEX triplet: A0, 9A and 42. RGB value is (160,154,66). Sum of RGB (Red+Green+Blue) = 160+154+66=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A09A42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09A42 is #5F65BD. Grayscale: #929292. Windows color (decimal): -6251966 or 4364960. OLE color: 4364960.
HSL color Cylindrical-coordinate representation of color #A09A42: hue angle of 56.17º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A09A42 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 154 | 66 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.37 |
| HSL | 56.17º | 0.42% | 0.44% | - |
| HSV(B) | 56.17º | 0.59% | 0.63% | - |
| XYZ | 27.04 | 30.98 | 9.71 | - |
| YUV | 145.76 | 82.99 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 154 | 66 | 0 | 0.04 | 0.59 | 0.37 | 56.17 | 0.42 | 0.44 |
| Hex | A0 | 9A | 42 | 0 | 4 | 3B | 25 | 38 | 2A | 2C |
| Octal | 240 | 232 | 102 | 0 | 4 | 73 | 45 | 70 | 52 | 54 |
| Binary | 10100000 | 10011010 | 1000010 | 0 | 100 | 111011 | 100101 | 111000 | 101010 | 101100 |
Color Harmonies of #A09A42
Complementary color
Monochromatic Colors of #A09A42
Black with #A09A42
Text Example
Text Example
White with #A09A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09A42; }
p { color: rgb(160,154,66); }
H1.HeaderClassName
{
color: #A09A42;
}
.AnyTagClassName
{
color: #A09A42;
}
</style>
background-color css
<style>
a { background-color: #A09A42; }
a { background-color: rgb(160,154,66); }
div.DivClassName
{
background-color: #A09A42;
}
.BgClassName
{
background-color: #A09A42;
}
</style>
border-color css
<style>
span { border-color: #A09A42; }
span { border-color: rgb(160,154,66); }
td.TdClassName
{
border-color: #A09A42;
}
.TagClassName
{
border-color: #A09A42;
}
</style>