Shades of Highball #8A892E
Tints of Highball #8A892E
RGB
CMYK
RGB Variations
Color information
#8A892E (or 0x8A892E) is known color: Highball. HEX triplet: 8A, 89 and 2E. RGB value is (138,137,46). Sum of RGB (Red+Green+Blue) = 138+137+46=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 138 - color contains mainly: red. Hex color #8A892E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A892E is #7576D1. Grayscale: #7F7F7F. Windows color (decimal): -7698130 or 3049866. OLE color: 3049866.
HSL color Cylindrical-coordinate representation of color #8A892E: hue angle of 59.35º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A892E is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 137 | 46 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.46 |
| HSL | 59.35º | 0.5% | 0.36% | - |
| HSV(B) | 59.35º | 0.67% | 0.54% | - |
| XYZ | 19.92 | 23.49 | 6.07 | - |
| YUV | 126.93 | 82.33 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 46 | 0 | 0.01 | 0.67 | 0.46 | 59.35 | 0.5 | 0.36 |
| Hex | 8A | 89 | 2E | 0 | 1 | 43 | 2E | 3B | 32 | 24 |
| Octal | 212 | 211 | 56 | 0 | 1 | 103 | 56 | 73 | 62 | 44 |
| Binary | 10001010 | 10001001 | 101110 | 0 | 1 | 1000011 | 101110 | 111011 | 110010 | 100100 |
Color Harmonies of #8A892E
Complementary color
Monochromatic Colors of #8A892E
Black with #8A892E
Text Example
Text Example
White with #8A892E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A892E; }
p { color: rgb(138,137,46); }
H1.HeaderClassName
{
color: #8A892E;
}
.AnyTagClassName
{
color: #8A892E;
}
</style>
background-color css
<style>
a { background-color: #8A892E; }
a { background-color: rgb(138,137,46); }
div.DivClassName
{
background-color: #8A892E;
}
.BgClassName
{
background-color: #8A892E;
}
</style>
border-color css
<style>
span { border-color: #8A892E; }
span { border-color: rgb(138,137,46); }
td.TdClassName
{
border-color: #8A892E;
}
.TagClassName
{
border-color: #8A892E;
}
</style>