Shades of Highball #A19D38
Tints of Highball #A19D38
RGB
CMYK
RGB Variations
Color information
#A19D38 (or 0xA19D38) is known color: Highball. HEX triplet: A1, 9D and 38. RGB value is (161,157,56). Sum of RGB (Red+Green+Blue) = 161+157+56=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 56 (22.27% from 255 or 14.97% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19D38 is #5E62C7. Grayscale: #939393. Windows color (decimal): -6185672 or 3710369. OLE color: 3710369.
HSL color Cylindrical-coordinate representation of color #A19D38: hue angle of 57.71º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A19D38 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 157 | 56 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.37 |
| HSL | 57.71º | 0.48% | 0.43% | - |
| HSV(B) | 57.71º | 0.65% | 0.63% | - |
| XYZ | 27.47 | 31.98 | 8.47 | - |
| YUV | 146.68 | 76.83 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 56 | 0 | 0.02 | 0.65 | 0.37 | 57.71 | 0.48 | 0.43 |
| Hex | A1 | 9D | 38 | 0 | 2 | 41 | 25 | 3A | 30 | 2B |
| Octal | 241 | 235 | 70 | 0 | 2 | 101 | 45 | 72 | 60 | 53 |
| Binary | 10100001 | 10011101 | 111000 | 0 | 10 | 1000001 | 100101 | 111010 | 110000 | 101011 |
Color Harmonies of #A19D38
Complementary color
Monochromatic Colors of #A19D38
Black with #A19D38
Text Example
Text Example
White with #A19D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19D38; }
p { color: rgb(161,157,56); }
H1.HeaderClassName
{
color: #A19D38;
}
.AnyTagClassName
{
color: #A19D38;
}
</style>
background-color css
<style>
a { background-color: #A19D38; }
a { background-color: rgb(161,157,56); }
div.DivClassName
{
background-color: #A19D38;
}
.BgClassName
{
background-color: #A19D38;
}
</style>
border-color css
<style>
span { border-color: #A19D38; }
span { border-color: rgb(161,157,56); }
td.TdClassName
{
border-color: #A19D38;
}
.TagClassName
{
border-color: #A19D38;
}
</style>