Shades of Highball #8A8148
Tints of Highball #8A8148
RGB
CMYK
RGB Variations
Color information
#8A8148 (or 0x8A8148) is known color: Highball. HEX triplet: 8A, 81 and 48. RGB value is (138,129,72). Sum of RGB (Red+Green+Blue) = 138+129+72=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8148 is #757EB7. Grayscale: #7D7D7D. Windows color (decimal): -7700152 or 4751754. OLE color: 4751754.
HSL color Cylindrical-coordinate representation of color #8A8148: hue angle of 51.82º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A8148 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 129 | 72 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.46 |
| HSL | 51.82º | 0.31% | 0.41% | - |
| HSV(B) | 51.82º | 0.48% | 0.54% | - |
| XYZ | 19.5 | 21.57 | 9.27 | - |
| YUV | 125.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 72 | 0 | 0.07 | 0.48 | 0.46 | 51.82 | 0.31 | 0.41 |
| Hex | 8A | 81 | 48 | 0 | 7 | 30 | 2E | 34 | 1F | 29 |
| Octal | 212 | 201 | 110 | 0 | 7 | 60 | 56 | 64 | 37 | 51 |
| Binary | 10001010 | 10000001 | 1001000 | 0 | 111 | 110000 | 101110 | 110100 | 11111 | 101001 |
Color Harmonies of #8A8148
Complementary color
Monochromatic Colors of #8A8148
Black with #8A8148
Text Example
Text Example
White with #8A8148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8148; }
p { color: rgb(138,129,72); }
H1.HeaderClassName
{
color: #8A8148;
}
.AnyTagClassName
{
color: #8A8148;
}
</style>
background-color css
<style>
a { background-color: #8A8148; }
a { background-color: rgb(138,129,72); }
div.DivClassName
{
background-color: #8A8148;
}
.BgClassName
{
background-color: #8A8148;
}
</style>
border-color css
<style>
span { border-color: #8A8148; }
span { border-color: rgb(138,129,72); }
td.TdClassName
{
border-color: #8A8148;
}
.TagClassName
{
border-color: #8A8148;
}
</style>