Shades of Highball #A19C3C
Tints of Highball #A19C3C
RGB
CMYK
RGB Variations
Color information
#A19C3C (or 0xA19C3C) is known color: Highball. HEX triplet: A1, 9C and 3C. RGB value is (161,156,60). Sum of RGB (Red+Green+Blue) = 161+156+60=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19C3C is #5E63C3. Grayscale: #929292. Windows color (decimal): -6185924 or 3972257. OLE color: 3972257.
HSL color Cylindrical-coordinate representation of color #A19C3C: hue angle of 57.03º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A19C3C is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 156 | 60 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.37 |
| HSL | 57.03º | 0.46% | 0.43% | - |
| HSV(B) | 57.03º | 0.63% | 0.63% | - |
| XYZ | 27.4 | 31.68 | 8.95 | - |
| YUV | 146.55 | 79.16 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 156 | 60 | 0 | 0.03 | 0.63 | 0.37 | 57.03 | 0.46 | 0.43 |
| Hex | A1 | 9C | 3C | 0 | 3 | 3F | 25 | 39 | 2E | 2B |
| Octal | 241 | 234 | 74 | 0 | 3 | 77 | 45 | 71 | 56 | 53 |
| Binary | 10100001 | 10011100 | 111100 | 0 | 11 | 111111 | 100101 | 111001 | 101110 | 101011 |
Color Harmonies of #A19C3C
Complementary color
Monochromatic Colors of #A19C3C
Black with #A19C3C
Text Example
Text Example
White with #A19C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19C3C; }
p { color: rgb(161,156,60); }
H1.HeaderClassName
{
color: #A19C3C;
}
.AnyTagClassName
{
color: #A19C3C;
}
</style>
background-color css
<style>
a { background-color: #A19C3C; }
a { background-color: rgb(161,156,60); }
div.DivClassName
{
background-color: #A19C3C;
}
.BgClassName
{
background-color: #A19C3C;
}
</style>
border-color css
<style>
span { border-color: #A19C3C; }
span { border-color: rgb(161,156,60); }
td.TdClassName
{
border-color: #A19C3C;
}
.TagClassName
{
border-color: #A19C3C;
}
</style>