Shades of Highball #8A8144
Tints of Highball #8A8144
RGB
CMYK
RGB Variations
Color information
#8A8144 (or 0x8A8144) is known color: Highball. HEX triplet: 8A, 81 and 44. RGB value is (138,129,68). Sum of RGB (Red+Green+Blue) = 138+129+68=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8144 is #757EBB. Grayscale: #7C7C7C. Windows color (decimal): -7700156 or 4489610. OLE color: 4489610.
HSL color Cylindrical-coordinate representation of color #8A8144: hue angle of 52.29º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A8144 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 129 | 68 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.46 |
| HSL | 52.29º | 0.34% | 0.4% | - |
| HSV(B) | 52.29º | 0.51% | 0.54% | - |
| XYZ | 19.37 | 21.52 | 8.6 | - |
| YUV | 124.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 68 | 0 | 0.07 | 0.51 | 0.46 | 52.29 | 0.34 | 0.4 |
| Hex | 8A | 81 | 44 | 0 | 7 | 33 | 2E | 34 | 22 | 28 |
| Octal | 212 | 201 | 104 | 0 | 7 | 63 | 56 | 64 | 42 | 50 |
| Binary | 10001010 | 10000001 | 1000100 | 0 | 111 | 110011 | 101110 | 110100 | 100010 | 101000 |
Color Harmonies of #8A8144
Complementary color
Monochromatic Colors of #8A8144
Black with #8A8144
Text Example
Text Example
White with #8A8144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8144; }
p { color: rgb(138,129,68); }
H1.HeaderClassName
{
color: #8A8144;
}
.AnyTagClassName
{
color: #8A8144;
}
</style>
background-color css
<style>
a { background-color: #8A8144; }
a { background-color: rgb(138,129,68); }
div.DivClassName
{
background-color: #8A8144;
}
.BgClassName
{
background-color: #8A8144;
}
</style>
border-color css
<style>
span { border-color: #8A8144; }
span { border-color: rgb(138,129,68); }
td.TdClassName
{
border-color: #8A8144;
}
.TagClassName
{
border-color: #8A8144;
}
</style>