Shades of Highball #8A8950
Tints of Highball #8A8950
RGB
CMYK
RGB Variations
Color information
#8A8950 (or 0x8A8950) is known color: Highball. HEX triplet: 8A, 89 and 50. RGB value is (138,137,80). Sum of RGB (Red+Green+Blue) = 138+137+80=355 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.87% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8950 is #7576AF. Grayscale: #838383. Windows color (decimal): -7698096 or 5278090. OLE color: 5278090.
HSL color Cylindrical-coordinate representation of color #8A8950: hue angle of 58.97º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A8950 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 137 | 80 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.46 |
| HSL | 58.97º | 0.27% | 0.43% | - |
| HSV(B) | 58.97º | 0.42% | 0.54% | - |
| XYZ | 20.87 | 23.87 | 11.1 | - |
| YUV | 130.8 | 99.33 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 80 | 0 | 0.01 | 0.42 | 0.46 | 58.97 | 0.27 | 0.43 |
| Hex | 8A | 89 | 50 | 0 | 1 | 2A | 2E | 3B | 1B | 2B |
| Octal | 212 | 211 | 120 | 0 | 1 | 52 | 56 | 73 | 33 | 53 |
| Binary | 10001010 | 10001001 | 1010000 | 0 | 1 | 101010 | 101110 | 111011 | 11011 | 101011 |
Color Harmonies of #8A8950
Complementary color
Monochromatic Colors of #8A8950
Black with #8A8950
Text Example
Text Example
White with #8A8950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8950; }
p { color: rgb(138,137,80); }
H1.HeaderClassName
{
color: #8A8950;
}
.AnyTagClassName
{
color: #8A8950;
}
</style>
background-color css
<style>
a { background-color: #8A8950; }
a { background-color: rgb(138,137,80); }
div.DivClassName
{
background-color: #8A8950;
}
.BgClassName
{
background-color: #8A8950;
}
</style>
border-color css
<style>
span { border-color: #8A8950; }
span { border-color: rgb(138,137,80); }
td.TdClassName
{
border-color: #8A8950;
}
.TagClassName
{
border-color: #8A8950;
}
</style>