Shades of Highball #A19B38
Tints of Highball #A19B38
RGB
CMYK
RGB Variations
Color information
#A19B38 (or 0xA19B38) is known color: Highball. HEX triplet: A1, 9B and 38. RGB value is (161,155,56). Sum of RGB (Red+Green+Blue) = 161+155+56=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A19B38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19B38 is #5E64C7. Grayscale: #919191. Windows color (decimal): -6186184 or 3709857. OLE color: 3709857.
HSL color Cylindrical-coordinate representation of color #A19B38: hue angle of 56.57º 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 #A19B38 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 155 | 56 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.37 |
| HSL | 56.57º | 0.48% | 0.43% | - |
| HSV(B) | 56.57º | 0.65% | 0.63% | - |
| XYZ | 27.13 | 31.31 | 8.35 | - |
| YUV | 145.51 | 77.49 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 56 | 0 | 0.04 | 0.65 | 0.37 | 56.57 | 0.48 | 0.43 |
| Hex | A1 | 9B | 38 | 0 | 4 | 41 | 25 | 39 | 30 | 2B |
| Octal | 241 | 233 | 70 | 0 | 4 | 101 | 45 | 71 | 60 | 53 |
| Binary | 10100001 | 10011011 | 111000 | 0 | 100 | 1000001 | 100101 | 111001 | 110000 | 101011 |
Color Harmonies of #A19B38
Complementary color
Monochromatic Colors of #A19B38
Black with #A19B38
Text Example
Text Example
White with #A19B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19B38; }
p { color: rgb(161,155,56); }
H1.HeaderClassName
{
color: #A19B38;
}
.AnyTagClassName
{
color: #A19B38;
}
</style>
background-color css
<style>
a { background-color: #A19B38; }
a { background-color: rgb(161,155,56); }
div.DivClassName
{
background-color: #A19B38;
}
.BgClassName
{
background-color: #A19B38;
}
</style>
border-color css
<style>
span { border-color: #A19B38; }
span { border-color: rgb(161,155,56); }
td.TdClassName
{
border-color: #A19B38;
}
.TagClassName
{
border-color: #A19B38;
}
</style>