Shades of Highball #A1973F
Tints of Highball #A1973F
RGB
CMYK
RGB Variations
Color information
#A1973F (or 0xA1973F) is known color: Highball. HEX triplet: A1, 97 and 3F. RGB value is (161,151,63). Sum of RGB (Red+Green+Blue) = 161+151+63=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A1973F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1973F is #5E68C0. Grayscale: #909090. Windows color (decimal): -6187201 or 4167585. OLE color: 4167585.
HSL color Cylindrical-coordinate representation of color #A1973F: hue angle of 53.88º 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 #A1973F is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 151 | 63 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.37 |
| HSL | 53.88º | 0.44% | 0.44% | - |
| HSV(B) | 53.88º | 0.61% | 0.63% | - |
| XYZ | 26.66 | 30.07 | 9.1 | - |
| YUV | 143.96 | 82.31 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 151 | 63 | 0 | 0.06 | 0.61 | 0.37 | 53.88 | 0.44 | 0.44 |
| Hex | A1 | 97 | 3F | 0 | 6 | 3D | 25 | 36 | 2C | 2C |
| Octal | 241 | 227 | 77 | 0 | 6 | 75 | 45 | 66 | 54 | 54 |
| Binary | 10100001 | 10010111 | 111111 | 0 | 110 | 111101 | 100101 | 110110 | 101100 | 101100 |
Color Harmonies of #A1973F
Complementary color
Monochromatic Colors of #A1973F
Black with #A1973F
Text Example
Text Example
White with #A1973F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1973F; }
p { color: rgb(161,151,63); }
H1.HeaderClassName
{
color: #A1973F;
}
.AnyTagClassName
{
color: #A1973F;
}
</style>
background-color css
<style>
a { background-color: #A1973F; }
a { background-color: rgb(161,151,63); }
div.DivClassName
{
background-color: #A1973F;
}
.BgClassName
{
background-color: #A1973F;
}
</style>
border-color css
<style>
span { border-color: #A1973F; }
span { border-color: rgb(161,151,63); }
td.TdClassName
{
border-color: #A1973F;
}
.TagClassName
{
border-color: #A1973F;
}
</style>