Shades of Highball #A19941
Tints of Highball #A19941
RGB
CMYK
RGB Variations
Color information
#A19941 (or 0xA19941) is known color: Highball. HEX triplet: A1, 99 and 41. RGB value is (161,153,65). Sum of RGB (Red+Green+Blue) = 161+153+65=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 161 - color contains mainly: red. Hex color #A19941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19941 is #5E66BE. Grayscale: #919191. Windows color (decimal): -6186687 or 4299169. OLE color: 4299169.
HSL color Cylindrical-coordinate representation of color #A19941: hue angle of 55º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A19941 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 153 | 65 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.37 |
| HSL | 55º | 0.42% | 0.44% | - |
| HSV(B) | 55º | 0.6% | 0.63% | - |
| XYZ | 27.04 | 30.74 | 9.51 | - |
| YUV | 145.36 | 82.65 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 65 | 0 | 0.05 | 0.60 | 0.37 | 55 | 0.42 | 0.44 |
| Hex | A1 | 99 | 41 | 0 | 5 | 3C | 25 | 37 | 2A | 2C |
| Octal | 241 | 231 | 101 | 0 | 5 | 74 | 45 | 67 | 52 | 54 |
| Binary | 10100001 | 10011001 | 1000001 | 0 | 101 | 111100 | 100101 | 110111 | 101010 | 101100 |
Color Harmonies of #A19941
Complementary color
Monochromatic Colors of #A19941
Black with #A19941
Text Example
Text Example
White with #A19941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19941; }
p { color: rgb(161,153,65); }
H1.HeaderClassName
{
color: #A19941;
}
.AnyTagClassName
{
color: #A19941;
}
</style>
background-color css
<style>
a { background-color: #A19941; }
a { background-color: rgb(161,153,65); }
div.DivClassName
{
background-color: #A19941;
}
.BgClassName
{
background-color: #A19941;
}
</style>
border-color css
<style>
span { border-color: #A19941; }
span { border-color: rgb(161,153,65); }
td.TdClassName
{
border-color: #A19941;
}
.TagClassName
{
border-color: #A19941;
}
</style>