Shades of Highball #8A8346
Tints of Highball #8A8346
RGB
CMYK
RGB Variations
Color information
#8A8346 (or 0x8A8346) is known color: Highball. HEX triplet: 8A, 83 and 46. RGB value is (138,131,70). Sum of RGB (Red+Green+Blue) = 138+131+70=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8346 is #757CB9. Grayscale: #7E7E7E. Windows color (decimal): -7699642 or 4621194. OLE color: 4621194.
HSL color Cylindrical-coordinate representation of color #8A8346: hue angle of 53.82º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A8346 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 131 | 70 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.46 |
| HSL | 53.82º | 0.33% | 0.41% | - |
| HSV(B) | 53.82º | 0.49% | 0.54% | - |
| XYZ | 19.7 | 22.08 | 9.02 | - |
| YUV | 126.14 | 96.32 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 131 | 70 | 0 | 0.05 | 0.49 | 0.46 | 53.82 | 0.33 | 0.41 |
| Hex | 8A | 83 | 46 | 0 | 5 | 31 | 2E | 36 | 21 | 29 |
| Octal | 212 | 203 | 106 | 0 | 5 | 61 | 56 | 66 | 41 | 51 |
| Binary | 10001010 | 10000011 | 1000110 | 0 | 101 | 110001 | 101110 | 110110 | 100001 | 101001 |
Color Harmonies of #8A8346
Complementary color
Monochromatic Colors of #8A8346
Black with #8A8346
Text Example
Text Example
White with #8A8346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8346; }
p { color: rgb(138,131,70); }
H1.HeaderClassName
{
color: #8A8346;
}
.AnyTagClassName
{
color: #8A8346;
}
</style>
background-color css
<style>
a { background-color: #8A8346; }
a { background-color: rgb(138,131,70); }
div.DivClassName
{
background-color: #8A8346;
}
.BgClassName
{
background-color: #8A8346;
}
</style>
border-color css
<style>
span { border-color: #8A8346; }
span { border-color: rgb(138,131,70); }
td.TdClassName
{
border-color: #8A8346;
}
.TagClassName
{
border-color: #8A8346;
}
</style>