Shades of Highball #A19A36
Tints of Highball #A19A36
RGB
CMYK
RGB Variations
Color information
#A19A36 (or 0xA19A36) is known color: Highball. HEX triplet: A1, 9A and 36. RGB value is (161,154,54). Sum of RGB (Red+Green+Blue) = 161+154+54=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 54 (21.48% from 255 or 14.63% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19A36 is #5E65C9. Grayscale: #919191. Windows color (decimal): -6186442 or 3578529. OLE color: 3578529.
HSL color Cylindrical-coordinate representation of color #A19A36: hue angle of 56.07º degrees, saturation: 0.5, 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 #A19A36 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 154 | 54 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.37 |
| HSL | 56.07º | 0.5% | 0.42% | - |
| HSV(B) | 56.07º | 0.66% | 0.63% | - |
| XYZ | 26.92 | 30.95 | 8.05 | - |
| YUV | 144.69 | 76.82 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 54 | 0 | 0.04 | 0.66 | 0.37 | 56.07 | 0.5 | 0.42 |
| Hex | A1 | 9A | 36 | 0 | 4 | 42 | 25 | 38 | 32 | 2A |
| Octal | 241 | 232 | 66 | 0 | 4 | 102 | 45 | 70 | 62 | 52 |
| Binary | 10100001 | 10011010 | 110110 | 0 | 100 | 1000010 | 100101 | 111000 | 110010 | 101010 |
Color Harmonies of #A19A36
Complementary color
Monochromatic Colors of #A19A36
Black with #A19A36
Text Example
Text Example
White with #A19A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19A36; }
p { color: rgb(161,154,54); }
H1.HeaderClassName
{
color: #A19A36;
}
.AnyTagClassName
{
color: #A19A36;
}
</style>
background-color css
<style>
a { background-color: #A19A36; }
a { background-color: rgb(161,154,54); }
div.DivClassName
{
background-color: #A19A36;
}
.BgClassName
{
background-color: #A19A36;
}
</style>
border-color css
<style>
span { border-color: #A19A36; }
span { border-color: rgb(161,154,54); }
td.TdClassName
{
border-color: #A19A36;
}
.TagClassName
{
border-color: #A19A36;
}
</style>