Shades of Highball #A09E3E
Tints of Highball #A09E3E
RGB
CMYK
RGB Variations
Color information
#A09E3E (or 0xA09E3E) is known color: Highball. HEX triplet: A0, 9E and 3E. RGB value is (160,158,62). Sum of RGB (Red+Green+Blue) = 160+158+62=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A09E3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09E3E is #5F61C1. Grayscale: #949494. Windows color (decimal): -6250946 or 4103840. OLE color: 4103840.
HSL color Cylindrical-coordinate representation of color #A09E3E: hue angle of 58.78º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A09E3E is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 158 | 62 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.37 |
| HSL | 58.78º | 0.44% | 0.44% | - |
| HSV(B) | 58.78º | 0.61% | 0.63% | - |
| XYZ | 27.59 | 32.28 | 9.33 | - |
| YUV | 147.65 | 79.66 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 158 | 62 | 0 | 0.01 | 0.61 | 0.37 | 58.78 | 0.44 | 0.44 |
| Hex | A0 | 9E | 3E | 0 | 1 | 3D | 25 | 3B | 2C | 2C |
| Octal | 240 | 236 | 76 | 0 | 1 | 75 | 45 | 73 | 54 | 54 |
| Binary | 10100000 | 10011110 | 111110 | 0 | 1 | 111101 | 100101 | 111011 | 101100 | 101100 |
Color Harmonies of #A09E3E
Complementary color
Monochromatic Colors of #A09E3E
Black with #A09E3E
Text Example
Text Example
White with #A09E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09E3E; }
p { color: rgb(160,158,62); }
H1.HeaderClassName
{
color: #A09E3E;
}
.AnyTagClassName
{
color: #A09E3E;
}
</style>
background-color css
<style>
a { background-color: #A09E3E; }
a { background-color: rgb(160,158,62); }
div.DivClassName
{
background-color: #A09E3E;
}
.BgClassName
{
background-color: #A09E3E;
}
</style>
border-color css
<style>
span { border-color: #A09E3E; }
span { border-color: rgb(160,158,62); }
td.TdClassName
{
border-color: #A09E3E;
}
.TagClassName
{
border-color: #A09E3E;
}
</style>