Shades of Highball #8A8746
Tints of Highball #8A8746
RGB
CMYK
RGB Variations
Color information
#8A8746 (or 0x8A8746) is known color: Highball. HEX triplet: 8A, 87 and 46. RGB value is (138,135,70). Sum of RGB (Red+Green+Blue) = 138+135+70=343 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.23% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8746 is #7578B9. Grayscale: #808080. Windows color (decimal): -7698618 or 4622218. OLE color: 4622218.
HSL color Cylindrical-coordinate representation of color #8A8746: hue angle of 57.35º 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 #8A8746 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 135 | 70 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.46 |
| HSL | 57.35º | 0.33% | 0.41% | - |
| HSV(B) | 57.35º | 0.49% | 0.54% | - |
| XYZ | 20.25 | 23.17 | 9.2 | - |
| YUV | 128.49 | 94.99 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 135 | 70 | 0 | 0.02 | 0.49 | 0.46 | 57.35 | 0.33 | 0.41 |
| Hex | 8A | 87 | 46 | 0 | 2 | 31 | 2E | 39 | 21 | 29 |
| Octal | 212 | 207 | 106 | 0 | 2 | 61 | 56 | 71 | 41 | 51 |
| Binary | 10001010 | 10000111 | 1000110 | 0 | 10 | 110001 | 101110 | 111001 | 100001 | 101001 |
Color Harmonies of #8A8746
Complementary color
Monochromatic Colors of #8A8746
Black with #8A8746
Text Example
Text Example
White with #8A8746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8746; }
p { color: rgb(138,135,70); }
H1.HeaderClassName
{
color: #8A8746;
}
.AnyTagClassName
{
color: #8A8746;
}
</style>
background-color css
<style>
a { background-color: #8A8746; }
a { background-color: rgb(138,135,70); }
div.DivClassName
{
background-color: #8A8746;
}
.BgClassName
{
background-color: #8A8746;
}
</style>
border-color css
<style>
span { border-color: #8A8746; }
span { border-color: rgb(138,135,70); }
td.TdClassName
{
border-color: #8A8746;
}
.TagClassName
{
border-color: #8A8746;
}
</style>