Shades of Highball #A09939
Tints of Highball #A09939
RGB
CMYK
RGB Variations
Color information
#A09939 (or 0xA09939) is known color: Highball. HEX triplet: A0, 99 and 39. RGB value is (160,153,57). Sum of RGB (Red+Green+Blue) = 160+153+57=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 57 (22.66% from 255 or 15.41% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A09939 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09939 is #5F66C6. Grayscale: #909090. Windows color (decimal): -6252231 or 3774880. OLE color: 3774880.
HSL color Cylindrical-coordinate representation of color #A09939: hue angle of 55.92º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A09939 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 153 | 57 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.37 |
| HSL | 55.92º | 0.47% | 0.43% | - |
| HSV(B) | 55.92º | 0.64% | 0.63% | - |
| XYZ | 26.63 | 30.55 | 8.36 | - |
| YUV | 144.15 | 78.82 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 57 | 0 | 0.04 | 0.64 | 0.37 | 55.92 | 0.47 | 0.43 |
| Hex | A0 | 99 | 39 | 0 | 4 | 40 | 25 | 38 | 2F | 2B |
| Octal | 240 | 231 | 71 | 0 | 4 | 100 | 45 | 70 | 57 | 53 |
| Binary | 10100000 | 10011001 | 111001 | 0 | 100 | 1000000 | 100101 | 111000 | 101111 | 101011 |
Color Harmonies of #A09939
Complementary color
Monochromatic Colors of #A09939
Black with #A09939
Text Example
Text Example
White with #A09939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09939; }
p { color: rgb(160,153,57); }
H1.HeaderClassName
{
color: #A09939;
}
.AnyTagClassName
{
color: #A09939;
}
</style>
background-color css
<style>
a { background-color: #A09939; }
a { background-color: rgb(160,153,57); }
div.DivClassName
{
background-color: #A09939;
}
.BgClassName
{
background-color: #A09939;
}
</style>
border-color css
<style>
span { border-color: #A09939; }
span { border-color: rgb(160,153,57); }
td.TdClassName
{
border-color: #A09939;
}
.TagClassName
{
border-color: #A09939;
}
</style>