Shades of Highball #8A853F
Tints of Highball #8A853F
RGB
CMYK
RGB Variations
Color information
#8A853F (or 0x8A853F) is known color: Highball. HEX triplet: 8A, 85 and 3F. RGB value is (138,133,63). Sum of RGB (Red+Green+Blue) = 138+133+63=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 138 - color contains mainly: red. Hex color #8A853F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A853F is #757AC0. Grayscale: #7E7E7E. Windows color (decimal): -7699137 or 4162954. OLE color: 4162954.
HSL color Cylindrical-coordinate representation of color #8A853F: hue angle of 56º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A853F is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 133 | 63 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.46 |
| HSL | 56º | 0.37% | 0.39% | - |
| HSV(B) | 56º | 0.54% | 0.54% | - |
| XYZ | 19.77 | 22.54 | 8.01 | - |
| YUV | 126.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 133 | 63 | 0 | 0.04 | 0.54 | 0.46 | 56 | 0.37 | 0.39 |
| Hex | 8A | 85 | 3F | 0 | 4 | 36 | 2E | 38 | 25 | 27 |
| Octal | 212 | 205 | 77 | 0 | 4 | 66 | 56 | 70 | 45 | 47 |
| Binary | 10001010 | 10000101 | 111111 | 0 | 100 | 110110 | 101110 | 111000 | 100101 | 100111 |
Color Harmonies of #8A853F
Complementary color
Monochromatic Colors of #8A853F
Black with #8A853F
Text Example
Text Example
White with #8A853F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A853F; }
p { color: rgb(138,133,63); }
H1.HeaderClassName
{
color: #8A853F;
}
.AnyTagClassName
{
color: #8A853F;
}
</style>
background-color css
<style>
a { background-color: #8A853F; }
a { background-color: rgb(138,133,63); }
div.DivClassName
{
background-color: #8A853F;
}
.BgClassName
{
background-color: #8A853F;
}
</style>
border-color css
<style>
span { border-color: #8A853F; }
span { border-color: rgb(138,133,63); }
td.TdClassName
{
border-color: #8A853F;
}
.TagClassName
{
border-color: #8A853F;
}
</style>