Shades of Highball #8A844B
Tints of Highball #8A844B
RGB
CMYK
RGB Variations
Color information
#8A844B (or 0x8A844B) is known color: Highball. HEX triplet: 8A, 84 and 4B. RGB value is (138,132,75). Sum of RGB (Red+Green+Blue) = 138+132+75=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 138 - color contains mainly: red. Hex color #8A844B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A844B is #757BB4. Grayscale: #7F7F7F. Windows color (decimal): -7699381 or 4949130. OLE color: 4949130.
HSL color Cylindrical-coordinate representation of color #8A844B: hue angle of 54.29º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A844B is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 132 | 75 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.46 |
| HSL | 54.29º | 0.3% | 0.42% | - |
| HSV(B) | 54.29º | 0.46% | 0.54% | - |
| XYZ | 20 | 22.41 | 9.93 | - |
| YUV | 127.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 75 | 0 | 0.04 | 0.46 | 0.46 | 54.29 | 0.3 | 0.42 |
| Hex | 8A | 84 | 4B | 0 | 4 | 2E | 2E | 36 | 1E | 2A |
| Octal | 212 | 204 | 113 | 0 | 4 | 56 | 56 | 66 | 36 | 52 |
| Binary | 10001010 | 10000100 | 1001011 | 0 | 100 | 101110 | 101110 | 110110 | 11110 | 101010 |
Color Harmonies of #8A844B
Complementary color
Monochromatic Colors of #8A844B
Black with #8A844B
Text Example
Text Example
White with #8A844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A844B; }
p { color: rgb(138,132,75); }
H1.HeaderClassName
{
color: #8A844B;
}
.AnyTagClassName
{
color: #8A844B;
}
</style>
background-color css
<style>
a { background-color: #8A844B; }
a { background-color: rgb(138,132,75); }
div.DivClassName
{
background-color: #8A844B;
}
.BgClassName
{
background-color: #8A844B;
}
</style>
border-color css
<style>
span { border-color: #8A844B; }
span { border-color: rgb(138,132,75); }
td.TdClassName
{
border-color: #8A844B;
}
.TagClassName
{
border-color: #8A844B;
}
</style>