Shades of Highball #A09642
Tints of Highball #A09642
RGB
CMYK
RGB Variations
Color information
#A09642 (or 0xA09642) is known color: Highball. HEX triplet: A0, 96 and 42. RGB value is (160,150,66). Sum of RGB (Red+Green+Blue) = 160+150+66=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A09642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09642 is #5F69BD. Grayscale: #8F8F8F. Windows color (decimal): -6252990 or 4363936. OLE color: 4363936.
HSL color Cylindrical-coordinate representation of color #A09642: hue angle of 53.62º 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 #A09642 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 150 | 66 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.37 |
| HSL | 53.62º | 0.42% | 0.44% | - |
| HSV(B) | 53.62º | 0.59% | 0.63% | - |
| XYZ | 26.39 | 29.68 | 9.49 | - |
| YUV | 143.41 | 84.31 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 66 | 0 | 0.06 | 0.59 | 0.37 | 53.62 | 0.42 | 0.44 |
| Hex | A0 | 96 | 42 | 0 | 6 | 3B | 25 | 36 | 2A | 2C |
| Octal | 240 | 226 | 102 | 0 | 6 | 73 | 45 | 66 | 52 | 54 |
| Binary | 10100000 | 10010110 | 1000010 | 0 | 110 | 111011 | 100101 | 110110 | 101010 | 101100 |
Color Harmonies of #A09642
Complementary color
Monochromatic Colors of #A09642
Black with #A09642
Text Example
Text Example
White with #A09642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09642; }
p { color: rgb(160,150,66); }
H1.HeaderClassName
{
color: #A09642;
}
.AnyTagClassName
{
color: #A09642;
}
</style>
background-color css
<style>
a { background-color: #A09642; }
a { background-color: rgb(160,150,66); }
div.DivClassName
{
background-color: #A09642;
}
.BgClassName
{
background-color: #A09642;
}
</style>
border-color css
<style>
span { border-color: #A09642; }
span { border-color: rgb(160,150,66); }
td.TdClassName
{
border-color: #A09642;
}
.TagClassName
{
border-color: #A09642;
}
</style>