Shades of Highball #8A8631
Tints of Highball #8A8631
RGB
CMYK
RGB Variations
Color information
#8A8631 (or 0x8A8631) is known color: Highball. HEX triplet: 8A, 86 and 31. RGB value is (138,134,49). Sum of RGB (Red+Green+Blue) = 138+134+49=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8631 is #7579CE. Grayscale: #7D7D7D. Windows color (decimal): -7698895 or 3245706. OLE color: 3245706.
HSL color Cylindrical-coordinate representation of color #8A8631: hue angle of 57.3º 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 #8A8631 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 134 | 49 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.46 |
| HSL | 57.3º | 0.48% | 0.37% | - |
| HSV(B) | 57.3º | 0.64% | 0.54% | - |
| XYZ | 19.56 | 22.68 | 6.25 | - |
| YUV | 125.51 | 84.83 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 134 | 49 | 0 | 0.03 | 0.64 | 0.46 | 57.3 | 0.48 | 0.37 |
| Hex | 8A | 86 | 31 | 0 | 3 | 40 | 2E | 39 | 30 | 25 |
| Octal | 212 | 206 | 61 | 0 | 3 | 100 | 56 | 71 | 60 | 45 |
| Binary | 10001010 | 10000110 | 110001 | 0 | 11 | 1000000 | 101110 | 111001 | 110000 | 100101 |
Color Harmonies of #8A8631
Complementary color
Monochromatic Colors of #8A8631
Black with #8A8631
Text Example
Text Example
White with #8A8631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8631; }
p { color: rgb(138,134,49); }
H1.HeaderClassName
{
color: #8A8631;
}
.AnyTagClassName
{
color: #8A8631;
}
</style>
background-color css
<style>
a { background-color: #8A8631; }
a { background-color: rgb(138,134,49); }
div.DivClassName
{
background-color: #8A8631;
}
.BgClassName
{
background-color: #8A8631;
}
</style>
border-color css
<style>
span { border-color: #8A8631; }
span { border-color: rgb(138,134,49); }
td.TdClassName
{
border-color: #8A8631;
}
.TagClassName
{
border-color: #8A8631;
}
</style>