Shades of Highball #8A893E
Tints of Highball #8A893E
RGB
CMYK
RGB Variations
Color information
#8A893E (or 0x8A893E) is known color: Highball. HEX triplet: 8A, 89 and 3E. RGB value is (138,137,62). Sum of RGB (Red+Green+Blue) = 138+137+62=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 138 - color contains mainly: red. Hex color #8A893E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A893E is #7576C1. Grayscale: #818181. Windows color (decimal): -7698114 or 4098442. OLE color: 4098442.
HSL color Cylindrical-coordinate representation of color #8A893E: hue angle of 59.21º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A893E is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 137 | 62 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.46 |
| HSL | 59.21º | 0.38% | 0.39% | - |
| HSV(B) | 59.21º | 0.55% | 0.54% | - |
| XYZ | 20.3 | 23.64 | 8.05 | - |
| YUV | 128.75 | 90.33 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 62 | 0 | 0.01 | 0.55 | 0.46 | 59.21 | 0.38 | 0.39 |
| Hex | 8A | 89 | 3E | 0 | 1 | 37 | 2E | 3B | 26 | 27 |
| Octal | 212 | 211 | 76 | 0 | 1 | 67 | 56 | 73 | 46 | 47 |
| Binary | 10001010 | 10001001 | 111110 | 0 | 1 | 110111 | 101110 | 111011 | 100110 | 100111 |
Color Harmonies of #8A893E
Complementary color
Monochromatic Colors of #8A893E
Black with #8A893E
Text Example
Text Example
White with #8A893E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A893E; }
p { color: rgb(138,137,62); }
H1.HeaderClassName
{
color: #8A893E;
}
.AnyTagClassName
{
color: #8A893E;
}
</style>
background-color css
<style>
a { background-color: #8A893E; }
a { background-color: rgb(138,137,62); }
div.DivClassName
{
background-color: #8A893E;
}
.BgClassName
{
background-color: #8A893E;
}
</style>
border-color css
<style>
span { border-color: #8A893E; }
span { border-color: rgb(138,137,62); }
td.TdClassName
{
border-color: #8A893E;
}
.TagClassName
{
border-color: #8A893E;
}
</style>