Shades of Highball #A09E41
Tints of Highball #A09E41
RGB
CMYK
RGB Variations
Color information
#A09E41 (or 0xA09E41) is known color: Highball. HEX triplet: A0, 9E and 41. RGB value is (160,158,65). Sum of RGB (Red+Green+Blue) = 160+158+65=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A09E41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09E41 is #5F61BE. Grayscale: #949494. Windows color (decimal): -6250943 or 4300448. OLE color: 4300448.
HSL color Cylindrical-coordinate representation of color #A09E41: hue angle of 58.74º 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 #A09E41 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 158 | 65 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.37 |
| HSL | 58.74º | 0.42% | 0.44% | - |
| HSV(B) | 58.74º | 0.59% | 0.63% | - |
| XYZ | 27.68 | 32.31 | 9.78 | - |
| YUV | 148 | 81.16 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 158 | 65 | 0 | 0.01 | 0.59 | 0.37 | 58.74 | 0.42 | 0.44 |
| Hex | A0 | 9E | 41 | 0 | 1 | 3B | 25 | 3B | 2A | 2C |
| Octal | 240 | 236 | 101 | 0 | 1 | 73 | 45 | 73 | 52 | 54 |
| Binary | 10100000 | 10011110 | 1000001 | 0 | 1 | 111011 | 100101 | 111011 | 101010 | 101100 |
Color Harmonies of #A09E41
Complementary color
Monochromatic Colors of #A09E41
Black with #A09E41
Text Example
Text Example
White with #A09E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09E41; }
p { color: rgb(160,158,65); }
H1.HeaderClassName
{
color: #A09E41;
}
.AnyTagClassName
{
color: #A09E41;
}
</style>
background-color css
<style>
a { background-color: #A09E41; }
a { background-color: rgb(160,158,65); }
div.DivClassName
{
background-color: #A09E41;
}
.BgClassName
{
background-color: #A09E41;
}
</style>
border-color css
<style>
span { border-color: #A09E41; }
span { border-color: rgb(160,158,65); }
td.TdClassName
{
border-color: #A09E41;
}
.TagClassName
{
border-color: #A09E41;
}
</style>