Shades of Highball #A09640
Tints of Highball #A09640
RGB
CMYK
RGB Variations
Color information
#A09640 (or 0xA09640) is known color: Highball. HEX triplet: A0, 96 and 40. RGB value is (160,150,64). Sum of RGB (Red+Green+Blue) = 160+150+64=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A09640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09640 is #5F69BF. Grayscale: #8F8F8F. Windows color (decimal): -6252992 or 4232864. OLE color: 4232864.
HSL color Cylindrical-coordinate representation of color #A09640: hue angle of 53.75º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A09640 is Cyan = 0, Magento = 0.06, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 150 | 64 | - |
| CMYK | 0 | 0.06 | 0.6 | 0.37 |
| HSL | 53.75º | 0.43% | 0.44% | - |
| HSV(B) | 53.75º | 0.6% | 0.63% | - |
| XYZ | 26.33 | 29.66 | 9.19 | - |
| YUV | 143.19 | 83.31 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 64 | 0 | 0.06 | 0.6 | 0.37 | 53.75 | 0.43 | 0.44 |
| Hex | A0 | 96 | 40 | 0 | 6 | 3C | 25 | 36 | 2B | 2C |
| Octal | 240 | 226 | 100 | 0 | 6 | 74 | 45 | 66 | 53 | 54 |
| Binary | 10100000 | 10010110 | 1000000 | 0 | 110 | 111100 | 100101 | 110110 | 101011 | 101100 |
Color Harmonies of #A09640
Complementary color
Monochromatic Colors of #A09640
Black with #A09640
Text Example
Text Example
White with #A09640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09640; }
p { color: rgb(160,150,64); }
H1.HeaderClassName
{
color: #A09640;
}
.AnyTagClassName
{
color: #A09640;
}
</style>
background-color css
<style>
a { background-color: #A09640; }
a { background-color: rgb(160,150,64); }
div.DivClassName
{
background-color: #A09640;
}
.BgClassName
{
background-color: #A09640;
}
</style>
border-color css
<style>
span { border-color: #A09640; }
span { border-color: rgb(160,150,64); }
td.TdClassName
{
border-color: #A09640;
}
.TagClassName
{
border-color: #A09640;
}
</style>