Shades of Highball #8A8433
Tints of Highball #8A8433
RGB
CMYK
RGB Variations
Color information
#8A8433 (or 0x8A8433) is known color: Highball. HEX triplet: 8A, 84 and 33. RGB value is (138,132,51). Sum of RGB (Red+Green+Blue) = 138+132+51=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8433 is #757BCC. Grayscale: #7C7C7C. Windows color (decimal): -7699405 or 3376266. OLE color: 3376266.
HSL color Cylindrical-coordinate representation of color #8A8433: hue angle of 55.86º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A8433 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 132 | 51 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.46 |
| HSL | 55.86º | 0.46% | 0.37% | - |
| HSV(B) | 55.86º | 0.63% | 0.54% | - |
| XYZ | 19.33 | 22.14 | 6.39 | - |
| YUV | 124.56 | 86.49 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 51 | 0 | 0.04 | 0.63 | 0.46 | 55.86 | 0.46 | 0.37 |
| Hex | 8A | 84 | 33 | 0 | 4 | 3F | 2E | 38 | 2E | 25 |
| Octal | 212 | 204 | 63 | 0 | 4 | 77 | 56 | 70 | 56 | 45 |
| Binary | 10001010 | 10000100 | 110011 | 0 | 100 | 111111 | 101110 | 111000 | 101110 | 100101 |
Color Harmonies of #8A8433
Complementary color
Monochromatic Colors of #8A8433
Black with #8A8433
Text Example
Text Example
White with #8A8433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8433; }
p { color: rgb(138,132,51); }
H1.HeaderClassName
{
color: #8A8433;
}
.AnyTagClassName
{
color: #8A8433;
}
</style>
background-color css
<style>
a { background-color: #8A8433; }
a { background-color: rgb(138,132,51); }
div.DivClassName
{
background-color: #8A8433;
}
.BgClassName
{
background-color: #8A8433;
}
</style>
border-color css
<style>
span { border-color: #8A8433; }
span { border-color: rgb(138,132,51); }
td.TdClassName
{
border-color: #8A8433;
}
.TagClassName
{
border-color: #8A8433;
}
</style>