Shades of Highball #8A8731
Tints of Highball #8A8731
RGB
CMYK
RGB Variations
Color information
#8A8731 (or 0x8A8731) is known color: Highball. HEX triplet: 8A, 87 and 31. RGB value is (138,135,49). Sum of RGB (Red+Green+Blue) = 138+135+49=322 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.86% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8731 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8731 is #7578CE. Grayscale: #7E7E7E. Windows color (decimal): -7698639 or 3245962. OLE color: 3245962.
HSL color Cylindrical-coordinate representation of color #8A8731: hue angle of 57.98º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A8731 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 135 | 49 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.46 |
| HSL | 57.98º | 0.48% | 0.37% | - |
| HSV(B) | 57.98º | 0.64% | 0.54% | - |
| XYZ | 19.7 | 22.95 | 6.3 | - |
| YUV | 126.09 | 84.49 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 135 | 49 | 0 | 0.02 | 0.64 | 0.46 | 57.98 | 0.48 | 0.37 |
| Hex | 8A | 87 | 31 | 0 | 2 | 40 | 2E | 3A | 30 | 25 |
| Octal | 212 | 207 | 61 | 0 | 2 | 100 | 56 | 72 | 60 | 45 |
| Binary | 10001010 | 10000111 | 110001 | 0 | 10 | 1000000 | 101110 | 111010 | 110000 | 100101 |
Color Harmonies of #8A8731
Complementary color
Monochromatic Colors of #8A8731
Black with #8A8731
Text Example
Text Example
White with #8A8731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8731; }
p { color: rgb(138,135,49); }
H1.HeaderClassName
{
color: #8A8731;
}
.AnyTagClassName
{
color: #8A8731;
}
</style>
background-color css
<style>
a { background-color: #8A8731; }
a { background-color: rgb(138,135,49); }
div.DivClassName
{
background-color: #8A8731;
}
.BgClassName
{
background-color: #8A8731;
}
</style>
border-color css
<style>
span { border-color: #8A8731; }
span { border-color: rgb(138,135,49); }
td.TdClassName
{
border-color: #8A8731;
}
.TagClassName
{
border-color: #8A8731;
}
</style>