Shades of Highball #8A8646
Tints of Highball #8A8646
RGB
CMYK
RGB Variations
Color information
#8A8646 (or 0x8A8646) is known color: Highball. HEX triplet: 8A, 86 and 46. RGB value is (138,134,70). Sum of RGB (Red+Green+Blue) = 138+134+70=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8646 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8646 is #7579B9. Grayscale: #808080. Windows color (decimal): -7698874 or 4621962. OLE color: 4621962.
HSL color Cylindrical-coordinate representation of color #8A8646: hue angle of 56.47º 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 #8A8646 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 134 | 70 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.46 |
| HSL | 56.47º | 0.33% | 0.41% | - |
| HSV(B) | 56.47º | 0.49% | 0.54% | - |
| XYZ | 20.11 | 22.9 | 9.15 | - |
| YUV | 127.9 | 95.33 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 134 | 70 | 0 | 0.03 | 0.49 | 0.46 | 56.47 | 0.33 | 0.41 |
| Hex | 8A | 86 | 46 | 0 | 3 | 31 | 2E | 38 | 21 | 29 |
| Octal | 212 | 206 | 106 | 0 | 3 | 61 | 56 | 70 | 41 | 51 |
| Binary | 10001010 | 10000110 | 1000110 | 0 | 11 | 110001 | 101110 | 111000 | 100001 | 101001 |
Color Harmonies of #8A8646
Complementary color
Monochromatic Colors of #8A8646
Black with #8A8646
Text Example
Text Example
White with #8A8646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8646; }
p { color: rgb(138,134,70); }
H1.HeaderClassName
{
color: #8A8646;
}
.AnyTagClassName
{
color: #8A8646;
}
</style>
background-color css
<style>
a { background-color: #8A8646; }
a { background-color: rgb(138,134,70); }
div.DivClassName
{
background-color: #8A8646;
}
.BgClassName
{
background-color: #8A8646;
}
</style>
border-color css
<style>
span { border-color: #8A8646; }
span { border-color: rgb(138,134,70); }
td.TdClassName
{
border-color: #8A8646;
}
.TagClassName
{
border-color: #8A8646;
}
</style>