Shades of Highball #8A8135
Tints of Highball #8A8135
RGB
CMYK
RGB Variations
Color information
#8A8135 (or 0x8A8135) is known color: Highball. HEX triplet: 8A, 81 and 35. RGB value is (138,129,53). Sum of RGB (Red+Green+Blue) = 138+129+53=320 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.12% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8135 is #757ECA. Grayscale: #7B7B7B. Windows color (decimal): -7700171 or 3506570. OLE color: 3506570.
HSL color Cylindrical-coordinate representation of color #8A8135: hue angle of 53.65º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A8135 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 129 | 53 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.46 |
| HSL | 53.65º | 0.45% | 0.37% | - |
| HSV(B) | 53.65º | 0.62% | 0.54% | - |
| XYZ | 18.97 | 21.36 | 6.49 | - |
| YUV | 123.03 | 88.48 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 53 | 0 | 0.07 | 0.62 | 0.46 | 53.65 | 0.45 | 0.37 |
| Hex | 8A | 81 | 35 | 0 | 7 | 3E | 2E | 36 | 2D | 25 |
| Octal | 212 | 201 | 65 | 0 | 7 | 76 | 56 | 66 | 55 | 45 |
| Binary | 10001010 | 10000001 | 110101 | 0 | 111 | 111110 | 101110 | 110110 | 101101 | 100101 |
Color Harmonies of #8A8135
Complementary color
Monochromatic Colors of #8A8135
Black with #8A8135
Text Example
Text Example
White with #8A8135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8135; }
p { color: rgb(138,129,53); }
H1.HeaderClassName
{
color: #8A8135;
}
.AnyTagClassName
{
color: #8A8135;
}
</style>
background-color css
<style>
a { background-color: #8A8135; }
a { background-color: rgb(138,129,53); }
div.DivClassName
{
background-color: #8A8135;
}
.BgClassName
{
background-color: #8A8135;
}
</style>
border-color css
<style>
span { border-color: #8A8135; }
span { border-color: rgb(138,129,53); }
td.TdClassName
{
border-color: #8A8135;
}
.TagClassName
{
border-color: #8A8135;
}
</style>