Shades of Highball #A19A42
Tints of Highball #A19A42
RGB
CMYK
RGB Variations
Color information
#A19A42 (or 0xA19A42) is known color: Highball. HEX triplet: A1, 9A and 42. RGB value is (161,154,66). Sum of RGB (Red+Green+Blue) = 161+154+66=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19A42 is #5E65BD. Grayscale: #929292. Windows color (decimal): -6186430 or 4364961. OLE color: 4364961.
HSL color Cylindrical-coordinate representation of color #A19A42: hue angle of 55.58º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A19A42 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 154 | 66 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.37 |
| HSL | 55.58º | 0.42% | 0.45% | - |
| HSV(B) | 55.58º | 0.59% | 0.63% | - |
| XYZ | 27.24 | 31.08 | 9.72 | - |
| YUV | 146.06 | 82.82 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 66 | 0 | 0.04 | 0.59 | 0.37 | 55.58 | 0.42 | 0.45 |
| Hex | A1 | 9A | 42 | 0 | 4 | 3B | 25 | 38 | 2A | 2D |
| Octal | 241 | 232 | 102 | 0 | 4 | 73 | 45 | 70 | 52 | 55 |
| Binary | 10100001 | 10011010 | 1000010 | 0 | 100 | 111011 | 100101 | 111000 | 101010 | 101101 |
Color Harmonies of #A19A42
Complementary color
Monochromatic Colors of #A19A42
Black with #A19A42
Text Example
Text Example
White with #A19A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19A42; }
p { color: rgb(161,154,66); }
H1.HeaderClassName
{
color: #A19A42;
}
.AnyTagClassName
{
color: #A19A42;
}
</style>
background-color css
<style>
a { background-color: #A19A42; }
a { background-color: rgb(161,154,66); }
div.DivClassName
{
background-color: #A19A42;
}
.BgClassName
{
background-color: #A19A42;
}
</style>
border-color css
<style>
span { border-color: #A19A42; }
span { border-color: rgb(161,154,66); }
td.TdClassName
{
border-color: #A19A42;
}
.TagClassName
{
border-color: #A19A42;
}
</style>