Shades of Highball #8A874A
Tints of Highball #8A874A
RGB
CMYK
RGB Variations
Color information
#8A874A (or 0x8A874A) is known color: Highball. HEX triplet: 8A, 87 and 4A. RGB value is (138,135,74). Sum of RGB (Red+Green+Blue) = 138+135+74=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 138 - color contains mainly: red. Hex color #8A874A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A874A is #7578B5. Grayscale: #818181. Windows color (decimal): -7698614 or 4884362. OLE color: 4884362.
HSL color Cylindrical-coordinate representation of color #8A874A: hue angle of 57.19º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A874A is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 135 | 74 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.46 |
| HSL | 57.19º | 0.3% | 0.42% | - |
| HSV(B) | 57.19º | 0.46% | 0.54% | - |
| XYZ | 20.38 | 23.23 | 9.89 | - |
| YUV | 128.94 | 96.99 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 135 | 74 | 0 | 0.02 | 0.46 | 0.46 | 57.19 | 0.3 | 0.42 |
| Hex | 8A | 87 | 4A | 0 | 2 | 2E | 2E | 39 | 1E | 2A |
| Octal | 212 | 207 | 112 | 0 | 2 | 56 | 56 | 71 | 36 | 52 |
| Binary | 10001010 | 10000111 | 1001010 | 0 | 10 | 101110 | 101110 | 111001 | 11110 | 101010 |
Color Harmonies of #8A874A
Complementary color
Monochromatic Colors of #8A874A
Black with #8A874A
Text Example
Text Example
White with #8A874A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A874A; }
p { color: rgb(138,135,74); }
H1.HeaderClassName
{
color: #8A874A;
}
.AnyTagClassName
{
color: #8A874A;
}
</style>
background-color css
<style>
a { background-color: #8A874A; }
a { background-color: rgb(138,135,74); }
div.DivClassName
{
background-color: #8A874A;
}
.BgClassName
{
background-color: #8A874A;
}
</style>
border-color css
<style>
span { border-color: #8A874A; }
span { border-color: rgb(138,135,74); }
td.TdClassName
{
border-color: #8A874A;
}
.TagClassName
{
border-color: #8A874A;
}
</style>