Shades of Highball #A0993E
Tints of Highball #A0993E
RGB
CMYK
RGB Variations
Color information
#A0993E (or 0xA0993E) is known color: Highball. HEX triplet: A0, 99 and 3E. RGB value is (160,153,62). Sum of RGB (Red+Green+Blue) = 160+153+62=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A0993E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0993E is #5F66C1. Grayscale: #919191. Windows color (decimal): -6252226 or 4102560. OLE color: 4102560.
HSL color Cylindrical-coordinate representation of color #A0993E: hue angle of 55.71º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0993E is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 153 | 62 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.37 |
| HSL | 55.71º | 0.44% | 0.44% | - |
| HSV(B) | 55.71º | 0.61% | 0.63% | - |
| XYZ | 26.76 | 30.6 | 9.05 | - |
| YUV | 144.72 | 81.32 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 62 | 0 | 0.04 | 0.61 | 0.37 | 55.71 | 0.44 | 0.44 |
| Hex | A0 | 99 | 3E | 0 | 4 | 3D | 25 | 38 | 2C | 2C |
| Octal | 240 | 231 | 76 | 0 | 4 | 75 | 45 | 70 | 54 | 54 |
| Binary | 10100000 | 10011001 | 111110 | 0 | 100 | 111101 | 100101 | 111000 | 101100 | 101100 |
Color Harmonies of #A0993E
Complementary color
Monochromatic Colors of #A0993E
Black with #A0993E
Text Example
Text Example
White with #A0993E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0993E; }
p { color: rgb(160,153,62); }
H1.HeaderClassName
{
color: #A0993E;
}
.AnyTagClassName
{
color: #A0993E;
}
</style>
background-color css
<style>
a { background-color: #A0993E; }
a { background-color: rgb(160,153,62); }
div.DivClassName
{
background-color: #A0993E;
}
.BgClassName
{
background-color: #A0993E;
}
</style>
border-color css
<style>
span { border-color: #A0993E; }
span { border-color: rgb(160,153,62); }
td.TdClassName
{
border-color: #A0993E;
}
.TagClassName
{
border-color: #A0993E;
}
</style>