Shades of Highball #8A8548
Tints of Highball #8A8548
RGB
CMYK
RGB Variations
Color information
#8A8548 (or 0x8A8548) is known color: Highball. HEX triplet: 8A, 85 and 48. RGB value is (138,133,72). Sum of RGB (Red+Green+Blue) = 138+133+72=343 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.23% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8548 is #757AB7. Grayscale: #7F7F7F. Windows color (decimal): -7699128 or 4752778. OLE color: 4752778.
HSL color Cylindrical-coordinate representation of color #8A8548: hue angle of 55.45º 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 #8A8548 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 133 | 72 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.46 |
| HSL | 55.45º | 0.31% | 0.41% | - |
| HSV(B) | 55.45º | 0.48% | 0.54% | - |
| XYZ | 20.04 | 22.65 | 9.45 | - |
| YUV | 127.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 133 | 72 | 0 | 0.04 | 0.48 | 0.46 | 55.45 | 0.31 | 0.41 |
| Hex | 8A | 85 | 48 | 0 | 4 | 30 | 2E | 37 | 1F | 29 |
| Octal | 212 | 205 | 110 | 0 | 4 | 60 | 56 | 67 | 37 | 51 |
| Binary | 10001010 | 10000101 | 1001000 | 0 | 100 | 110000 | 101110 | 110111 | 11111 | 101001 |
Color Harmonies of #8A8548
Complementary color
Monochromatic Colors of #8A8548
Black with #8A8548
Text Example
Text Example
White with #8A8548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8548; }
p { color: rgb(138,133,72); }
H1.HeaderClassName
{
color: #8A8548;
}
.AnyTagClassName
{
color: #8A8548;
}
</style>
background-color css
<style>
a { background-color: #8A8548; }
a { background-color: rgb(138,133,72); }
div.DivClassName
{
background-color: #8A8548;
}
.BgClassName
{
background-color: #8A8548;
}
</style>
border-color css
<style>
span { border-color: #8A8548; }
span { border-color: rgb(138,133,72); }
td.TdClassName
{
border-color: #8A8548;
}
.TagClassName
{
border-color: #8A8548;
}
</style>