Shades of Highball #8A873F
Tints of Highball #8A873F
RGB
CMYK
RGB Variations
Color information
#8A873F (or 0x8A873F) is known color: Highball. HEX triplet: 8A, 87 and 3F. RGB value is (138,135,63). Sum of RGB (Red+Green+Blue) = 138+135+63=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 138 - color contains mainly: red. Hex color #8A873F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A873F is #7578C0. Grayscale: #7F7F7F. Windows color (decimal): -7698625 or 4163466. OLE color: 4163466.
HSL color Cylindrical-coordinate representation of color #8A873F: hue angle of 57.6º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A873F is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 135 | 63 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.46 |
| HSL | 57.6º | 0.37% | 0.39% | - |
| HSV(B) | 57.6º | 0.54% | 0.54% | - |
| XYZ | 20.04 | 23.09 | 8.1 | - |
| YUV | 127.69 | 91.49 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 135 | 63 | 0 | 0.02 | 0.54 | 0.46 | 57.6 | 0.37 | 0.39 |
| Hex | 8A | 87 | 3F | 0 | 2 | 36 | 2E | 3A | 25 | 27 |
| Octal | 212 | 207 | 77 | 0 | 2 | 66 | 56 | 72 | 45 | 47 |
| Binary | 10001010 | 10000111 | 111111 | 0 | 10 | 110110 | 101110 | 111010 | 100101 | 100111 |
Color Harmonies of #8A873F
Complementary color
Monochromatic Colors of #8A873F
Black with #8A873F
Text Example
Text Example
White with #8A873F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A873F; }
p { color: rgb(138,135,63); }
H1.HeaderClassName
{
color: #8A873F;
}
.AnyTagClassName
{
color: #8A873F;
}
</style>
background-color css
<style>
a { background-color: #8A873F; }
a { background-color: rgb(138,135,63); }
div.DivClassName
{
background-color: #8A873F;
}
.BgClassName
{
background-color: #8A873F;
}
</style>
border-color css
<style>
span { border-color: #8A873F; }
span { border-color: rgb(138,135,63); }
td.TdClassName
{
border-color: #8A873F;
}
.TagClassName
{
border-color: #8A873F;
}
</style>