Shades of Highball #A19C37
Tints of Highball #A19C37
RGB
CMYK
RGB Variations
Color information
#A19C37 (or 0xA19C37) is known color: Highball. HEX triplet: A1, 9C and 37. RGB value is (161,156,55). Sum of RGB (Red+Green+Blue) = 161+156+55=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 156 (61.33% from 255 or 41.94% from 372); Blue value is 55 (21.88% from 255 or 14.78% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19C37 is #5E63C8. Grayscale: #929292. Windows color (decimal): -6185929 or 3644577. OLE color: 3644577.
HSL color Cylindrical-coordinate representation of color #A19C37: hue angle of 57.17º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A19C37 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 156 | 55 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.37 |
| HSL | 57.17º | 0.49% | 0.42% | - |
| HSV(B) | 57.17º | 0.66% | 0.63% | - |
| XYZ | 27.28 | 31.63 | 8.28 | - |
| YUV | 145.98 | 76.66 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 156 | 55 | 0 | 0.03 | 0.66 | 0.37 | 57.17 | 0.49 | 0.42 |
| Hex | A1 | 9C | 37 | 0 | 3 | 42 | 25 | 39 | 31 | 2A |
| Octal | 241 | 234 | 67 | 0 | 3 | 102 | 45 | 71 | 61 | 52 |
| Binary | 10100001 | 10011100 | 110111 | 0 | 11 | 1000010 | 100101 | 111001 | 110001 | 101010 |
Color Harmonies of #A19C37
Complementary color
Monochromatic Colors of #A19C37
Black with #A19C37
Text Example
Text Example
White with #A19C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19C37; }
p { color: rgb(161,156,55); }
H1.HeaderClassName
{
color: #A19C37;
}
.AnyTagClassName
{
color: #A19C37;
}
</style>
background-color css
<style>
a { background-color: #A19C37; }
a { background-color: rgb(161,156,55); }
div.DivClassName
{
background-color: #A19C37;
}
.BgClassName
{
background-color: #A19C37;
}
</style>
border-color css
<style>
span { border-color: #A19C37; }
span { border-color: rgb(161,156,55); }
td.TdClassName
{
border-color: #A19C37;
}
.TagClassName
{
border-color: #A19C37;
}
</style>