Shades of Highball #8A813A
Tints of Highball #8A813A
RGB
CMYK
RGB Variations
Color information
#8A813A (or 0x8A813A) is known color: Highball. HEX triplet: 8A, 81 and 3A. RGB value is (138,129,58). Sum of RGB (Red+Green+Blue) = 138+129+58=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 138 - color contains mainly: red. Hex color #8A813A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A813A is #757EC5. Grayscale: #7B7B7B. Windows color (decimal): -7700166 or 3834250. OLE color: 3834250.
HSL color Cylindrical-coordinate representation of color #8A813A: hue angle of 53.25º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A813A is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 129 | 58 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.46 |
| HSL | 53.25º | 0.41% | 0.38% | - |
| HSV(B) | 53.25º | 0.58% | 0.54% | - |
| XYZ | 19.1 | 21.41 | 7.13 | - |
| YUV | 123.6 | 90.98 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 58 | 0 | 0.07 | 0.58 | 0.46 | 53.25 | 0.41 | 0.38 |
| Hex | 8A | 81 | 3A | 0 | 7 | 3A | 2E | 35 | 29 | 26 |
| Octal | 212 | 201 | 72 | 0 | 7 | 72 | 56 | 65 | 51 | 46 |
| Binary | 10001010 | 10000001 | 111010 | 0 | 111 | 111010 | 101110 | 110101 | 101001 | 100110 |
Color Harmonies of #8A813A
Complementary color
Monochromatic Colors of #8A813A
Black with #8A813A
Text Example
Text Example
White with #8A813A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A813A; }
p { color: rgb(138,129,58); }
H1.HeaderClassName
{
color: #8A813A;
}
.AnyTagClassName
{
color: #8A813A;
}
</style>
background-color css
<style>
a { background-color: #8A813A; }
a { background-color: rgb(138,129,58); }
div.DivClassName
{
background-color: #8A813A;
}
.BgClassName
{
background-color: #8A813A;
}
</style>
border-color css
<style>
span { border-color: #8A813A; }
span { border-color: rgb(138,129,58); }
td.TdClassName
{
border-color: #8A813A;
}
.TagClassName
{
border-color: #8A813A;
}
</style>