Shades of Highball #8A872E
Tints of Highball #8A872E
RGB
CMYK
RGB Variations
Color information
#8A872E (or 0x8A872E) is known color: Highball. HEX triplet: 8A, 87 and 2E. RGB value is (138,135,46). Sum of RGB (Red+Green+Blue) = 138+135+46=319 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.26% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 138 - color contains mainly: red. Hex color #8A872E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A872E is #7578D1. Grayscale: #7E7E7E. Windows color (decimal): -7698642 or 3049354. OLE color: 3049354.
HSL color Cylindrical-coordinate representation of color #8A872E: hue angle of 58.04º 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 #8A872E is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 135 | 46 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.46 |
| HSL | 58.04º | 0.5% | 0.36% | - |
| HSV(B) | 58.04º | 0.67% | 0.54% | - |
| XYZ | 19.64 | 22.93 | 5.98 | - |
| YUV | 125.75 | 82.99 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 135 | 46 | 0 | 0.02 | 0.67 | 0.46 | 58.04 | 0.5 | 0.36 |
| Hex | 8A | 87 | 2E | 0 | 2 | 43 | 2E | 3A | 32 | 24 |
| Octal | 212 | 207 | 56 | 0 | 2 | 103 | 56 | 72 | 62 | 44 |
| Binary | 10001010 | 10000111 | 101110 | 0 | 10 | 1000011 | 101110 | 111010 | 110010 | 100100 |
Color Harmonies of #8A872E
Complementary color
Monochromatic Colors of #8A872E
Black with #8A872E
Text Example
Text Example
White with #8A872E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A872E; }
p { color: rgb(138,135,46); }
H1.HeaderClassName
{
color: #8A872E;
}
.AnyTagClassName
{
color: #8A872E;
}
</style>
background-color css
<style>
a { background-color: #8A872E; }
a { background-color: rgb(138,135,46); }
div.DivClassName
{
background-color: #8A872E;
}
.BgClassName
{
background-color: #8A872E;
}
</style>
border-color css
<style>
span { border-color: #8A872E; }
span { border-color: rgb(138,135,46); }
td.TdClassName
{
border-color: #8A872E;
}
.TagClassName
{
border-color: #8A872E;
}
</style>