Shades of Highball #A09B41
Tints of Highball #A09B41
RGB
CMYK
RGB Variations
Color information
#A09B41 (or 0xA09B41) is known color: Highball. HEX triplet: A0, 9B and 41. RGB value is (160,155,65). Sum of RGB (Red+Green+Blue) = 160+155+65=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09B41 is #5F64BE. Grayscale: #929292. Windows color (decimal): -6251711 or 4299680. OLE color: 4299680.
HSL color Cylindrical-coordinate representation of color #A09B41: hue angle of 56.84º 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 #A09B41 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 155 | 65 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.37 |
| HSL | 56.84º | 0.42% | 0.44% | - |
| HSV(B) | 56.84º | 0.59% | 0.63% | - |
| XYZ | 27.17 | 31.3 | 9.61 | - |
| YUV | 146.24 | 82.16 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 65 | 0 | 0.03 | 0.59 | 0.37 | 56.84 | 0.42 | 0.44 |
| Hex | A0 | 9B | 41 | 0 | 3 | 3B | 25 | 39 | 2A | 2C |
| Octal | 240 | 233 | 101 | 0 | 3 | 73 | 45 | 71 | 52 | 54 |
| Binary | 10100000 | 10011011 | 1000001 | 0 | 11 | 111011 | 100101 | 111001 | 101010 | 101100 |
Color Harmonies of #A09B41
Complementary color
Monochromatic Colors of #A09B41
Black with #A09B41
Text Example
Text Example
White with #A09B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09B41; }
p { color: rgb(160,155,65); }
H1.HeaderClassName
{
color: #A09B41;
}
.AnyTagClassName
{
color: #A09B41;
}
</style>
background-color css
<style>
a { background-color: #A09B41; }
a { background-color: rgb(160,155,65); }
div.DivClassName
{
background-color: #A09B41;
}
.BgClassName
{
background-color: #A09B41;
}
</style>
border-color css
<style>
span { border-color: #A09B41; }
span { border-color: rgb(160,155,65); }
td.TdClassName
{
border-color: #A09B41;
}
.TagClassName
{
border-color: #A09B41;
}
</style>