Shades of Highball #A0983B
Tints of Highball #A0983B
RGB
CMYK
RGB Variations
Color information
#A0983B (or 0xA0983B) is known color: Highball. HEX triplet: A0, 98 and 3B. RGB value is (160,152,59). Sum of RGB (Red+Green+Blue) = 160+152+59=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A0983B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0983B is #5F67C4. Grayscale: #909090. Windows color (decimal): -6252485 or 3905696. OLE color: 3905696.
HSL color Cylindrical-coordinate representation of color #A0983B: hue angle of 55.25º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0983B is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 152 | 59 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.37 |
| HSL | 55.25º | 0.46% | 0.43% | - |
| HSV(B) | 55.25º | 0.63% | 0.63% | - |
| XYZ | 26.51 | 30.25 | 8.58 | - |
| YUV | 143.79 | 80.15 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 59 | 0 | 0.05 | 0.63 | 0.37 | 55.25 | 0.46 | 0.43 |
| Hex | A0 | 98 | 3B | 0 | 5 | 3F | 25 | 37 | 2E | 2B |
| Octal | 240 | 230 | 73 | 0 | 5 | 77 | 45 | 67 | 56 | 53 |
| Binary | 10100000 | 10011000 | 111011 | 0 | 101 | 111111 | 100101 | 110111 | 101110 | 101011 |
Color Harmonies of #A0983B
Complementary color
Monochromatic Colors of #A0983B
Black with #A0983B
Text Example
Text Example
White with #A0983B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0983B; }
p { color: rgb(160,152,59); }
H1.HeaderClassName
{
color: #A0983B;
}
.AnyTagClassName
{
color: #A0983B;
}
</style>
background-color css
<style>
a { background-color: #A0983B; }
a { background-color: rgb(160,152,59); }
div.DivClassName
{
background-color: #A0983B;
}
.BgClassName
{
background-color: #A0983B;
}
</style>
border-color css
<style>
span { border-color: #A0983B; }
span { border-color: rgb(160,152,59); }
td.TdClassName
{
border-color: #A0983B;
}
.TagClassName
{
border-color: #A0983B;
}
</style>