Shades of Highball #8A823D
Tints of Highball #8A823D
RGB
CMYK
RGB Variations
Color information
#8A823D (or 0x8A823D) is known color: Highball. HEX triplet: 8A, 82 and 3D. RGB value is (138,130,61). Sum of RGB (Red+Green+Blue) = 138+130+61=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 138 - color contains mainly: red. Hex color #8A823D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A823D is #757DC2. Grayscale: #7C7C7C. Windows color (decimal): -7699907 or 4031114. OLE color: 4031114.
HSL color Cylindrical-coordinate representation of color #8A823D: hue angle of 53.77º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A823D is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 130 | 61 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.46 |
| HSL | 53.77º | 0.39% | 0.39% | - |
| HSV(B) | 53.77º | 0.56% | 0.54% | - |
| XYZ | 19.31 | 21.71 | 7.59 | - |
| YUV | 124.53 | 92.15 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 61 | 0 | 0.06 | 0.56 | 0.46 | 53.77 | 0.39 | 0.39 |
| Hex | 8A | 82 | 3D | 0 | 6 | 38 | 2E | 36 | 27 | 27 |
| Octal | 212 | 202 | 75 | 0 | 6 | 70 | 56 | 66 | 47 | 47 |
| Binary | 10001010 | 10000010 | 111101 | 0 | 110 | 111000 | 101110 | 110110 | 100111 | 100111 |
Color Harmonies of #8A823D
Complementary color
Monochromatic Colors of #8A823D
Black with #8A823D
Text Example
Text Example
White with #8A823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A823D; }
p { color: rgb(138,130,61); }
H1.HeaderClassName
{
color: #8A823D;
}
.AnyTagClassName
{
color: #8A823D;
}
</style>
background-color css
<style>
a { background-color: #8A823D; }
a { background-color: rgb(138,130,61); }
div.DivClassName
{
background-color: #8A823D;
}
.BgClassName
{
background-color: #8A823D;
}
</style>
border-color css
<style>
span { border-color: #8A823D; }
span { border-color: rgb(138,130,61); }
td.TdClassName
{
border-color: #8A823D;
}
.TagClassName
{
border-color: #8A823D;
}
</style>