Shades of Highball #A09E42
Tints of Highball #A09E42
RGB
CMYK
RGB Variations
Color information
#A09E42 (or 0xA09E42) is known color: Highball. HEX triplet: A0, 9E and 42. RGB value is (160,158,66). Sum of RGB (Red+Green+Blue) = 160+158+66=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A09E42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09E42 is #5F61BD. Grayscale: #949494. Windows color (decimal): -6250942 or 4365984. OLE color: 4365984.
HSL color Cylindrical-coordinate representation of color #A09E42: hue angle of 58.72º 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 #A09E42 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 158 | 66 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.37 |
| HSL | 58.72º | 0.42% | 0.44% | - |
| HSV(B) | 58.72º | 0.59% | 0.63% | - |
| XYZ | 27.71 | 32.32 | 9.93 | - |
| YUV | 148.11 | 81.66 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 158 | 66 | 0 | 0.01 | 0.59 | 0.37 | 58.72 | 0.42 | 0.44 |
| Hex | A0 | 9E | 42 | 0 | 1 | 3B | 25 | 3B | 2A | 2C |
| Octal | 240 | 236 | 102 | 0 | 1 | 73 | 45 | 73 | 52 | 54 |
| Binary | 10100000 | 10011110 | 1000010 | 0 | 1 | 111011 | 100101 | 111011 | 101010 | 101100 |
Color Harmonies of #A09E42
Complementary color
Monochromatic Colors of #A09E42
Black with #A09E42
Text Example
Text Example
White with #A09E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09E42; }
p { color: rgb(160,158,66); }
H1.HeaderClassName
{
color: #A09E42;
}
.AnyTagClassName
{
color: #A09E42;
}
</style>
background-color css
<style>
a { background-color: #A09E42; }
a { background-color: rgb(160,158,66); }
div.DivClassName
{
background-color: #A09E42;
}
.BgClassName
{
background-color: #A09E42;
}
</style>
border-color css
<style>
span { border-color: #A09E42; }
span { border-color: rgb(160,158,66); }
td.TdClassName
{
border-color: #A09E42;
}
.TagClassName
{
border-color: #A09E42;
}
</style>