Shades of Highball #A19D3E
Tints of Highball #A19D3E
RGB
CMYK
RGB Variations
Color information
#A19D3E (or 0xA19D3E) is known color: Highball. HEX triplet: A1, 9D and 3E. RGB value is (161,157,62). Sum of RGB (Red+Green+Blue) = 161+157+62=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19D3E is #5E62C1. Grayscale: #939393. Windows color (decimal): -6185666 or 4103585. OLE color: 4103585.
HSL color Cylindrical-coordinate representation of color #A19D3E: hue angle of 57.58º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A19D3E is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 157 | 62 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.37 |
| HSL | 57.58º | 0.44% | 0.44% | - |
| HSV(B) | 57.58º | 0.61% | 0.63% | - |
| XYZ | 27.62 | 32.04 | 9.29 | - |
| YUV | 147.37 | 79.83 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 62 | 0 | 0.02 | 0.61 | 0.37 | 57.58 | 0.44 | 0.44 |
| Hex | A1 | 9D | 3E | 0 | 2 | 3D | 25 | 3A | 2C | 2C |
| Octal | 241 | 235 | 76 | 0 | 2 | 75 | 45 | 72 | 54 | 54 |
| Binary | 10100001 | 10011101 | 111110 | 0 | 10 | 111101 | 100101 | 111010 | 101100 | 101100 |
Color Harmonies of #A19D3E
Complementary color
Monochromatic Colors of #A19D3E
Black with #A19D3E
Text Example
Text Example
White with #A19D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19D3E; }
p { color: rgb(161,157,62); }
H1.HeaderClassName
{
color: #A19D3E;
}
.AnyTagClassName
{
color: #A19D3E;
}
</style>
background-color css
<style>
a { background-color: #A19D3E; }
a { background-color: rgb(161,157,62); }
div.DivClassName
{
background-color: #A19D3E;
}
.BgClassName
{
background-color: #A19D3E;
}
</style>
border-color css
<style>
span { border-color: #A19D3E; }
span { border-color: rgb(161,157,62); }
td.TdClassName
{
border-color: #A19D3E;
}
.TagClassName
{
border-color: #A19D3E;
}
</style>