Shades of Highball #A09B42
Tints of Highball #A09B42
RGB
CMYK
RGB Variations
Color information
#A09B42 (or 0xA09B42) is known color: Highball. HEX triplet: A0, 9B and 42. RGB value is (160,155,66). Sum of RGB (Red+Green+Blue) = 160+155+66=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09B42 is #5F64BD. Grayscale: #929292. Windows color (decimal): -6251710 or 4365216. OLE color: 4365216.
HSL color Cylindrical-coordinate representation of color #A09B42: hue angle of 56.81º 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 #A09B42 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 155 | 66 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.37 |
| HSL | 56.81º | 0.42% | 0.44% | - |
| HSV(B) | 56.81º | 0.59% | 0.63% | - |
| XYZ | 27.2 | 31.31 | 9.76 | - |
| YUV | 146.35 | 82.66 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 66 | 0 | 0.03 | 0.59 | 0.37 | 56.81 | 0.42 | 0.44 |
| Hex | A0 | 9B | 42 | 0 | 3 | 3B | 25 | 39 | 2A | 2C |
| Octal | 240 | 233 | 102 | 0 | 3 | 73 | 45 | 71 | 52 | 54 |
| Binary | 10100000 | 10011011 | 1000010 | 0 | 11 | 111011 | 100101 | 111001 | 101010 | 101100 |
Color Harmonies of #A09B42
Complementary color
Monochromatic Colors of #A09B42
Black with #A09B42
Text Example
Text Example
White with #A09B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09B42; }
p { color: rgb(160,155,66); }
H1.HeaderClassName
{
color: #A09B42;
}
.AnyTagClassName
{
color: #A09B42;
}
</style>
background-color css
<style>
a { background-color: #A09B42; }
a { background-color: rgb(160,155,66); }
div.DivClassName
{
background-color: #A09B42;
}
.BgClassName
{
background-color: #A09B42;
}
</style>
border-color css
<style>
span { border-color: #A09B42; }
span { border-color: rgb(160,155,66); }
td.TdClassName
{
border-color: #A09B42;
}
.TagClassName
{
border-color: #A09B42;
}
</style>