Shades of Highball #8A8245
Tints of Highball #8A8245
RGB
CMYK
RGB Variations
Color information
#8A8245 (or 0x8A8245) is known color: Highball. HEX triplet: 8A, 82 and 45. RGB value is (138,130,69). Sum of RGB (Red+Green+Blue) = 138+130+69=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8245 is #757DBA. Grayscale: #7D7D7D. Windows color (decimal): -7699899 or 4555402. OLE color: 4555402.
HSL color Cylindrical-coordinate representation of color #8A8245: hue angle of 53.04º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A8245 is Cyan = 0, Magento = 0.06, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 130 | 69 | - |
| CMYK | 0 | 0.06 | 0.5 | 0.46 |
| HSL | 53.04º | 0.33% | 0.41% | - |
| HSV(B) | 53.04º | 0.5% | 0.54% | - |
| XYZ | 19.54 | 21.8 | 8.81 | - |
| YUV | 125.44 | 96.15 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 69 | 0 | 0.06 | 0.5 | 0.46 | 53.04 | 0.33 | 0.41 |
| Hex | 8A | 82 | 45 | 0 | 6 | 32 | 2E | 35 | 21 | 29 |
| Octal | 212 | 202 | 105 | 0 | 6 | 62 | 56 | 65 | 41 | 51 |
| Binary | 10001010 | 10000010 | 1000101 | 0 | 110 | 110010 | 101110 | 110101 | 100001 | 101001 |
Color Harmonies of #8A8245
Complementary color
Monochromatic Colors of #8A8245
Black with #8A8245
Text Example
Text Example
White with #8A8245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8245; }
p { color: rgb(138,130,69); }
H1.HeaderClassName
{
color: #8A8245;
}
.AnyTagClassName
{
color: #8A8245;
}
</style>
background-color css
<style>
a { background-color: #8A8245; }
a { background-color: rgb(138,130,69); }
div.DivClassName
{
background-color: #8A8245;
}
.BgClassName
{
background-color: #8A8245;
}
</style>
border-color css
<style>
span { border-color: #8A8245; }
span { border-color: rgb(138,130,69); }
td.TdClassName
{
border-color: #8A8245;
}
.TagClassName
{
border-color: #8A8245;
}
</style>