Shades of Highball #9A973A
Tints of Highball #9A973A
RGB
CMYK
RGB Variations
Color information
#9A973A (or 0x9A973A) is known color: Highball. HEX triplet: 9A, 97 and 3A. RGB value is (154,151,58). Sum of RGB (Red+Green+Blue) = 154+151+58=363 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.42% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 154 - color contains mainly: red. Hex color #9A973A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A973A is #6568C5. Grayscale: #8D8D8D. Windows color (decimal): -6645958 or 3839898. OLE color: 3839898.
HSL color Cylindrical-coordinate representation of color #9A973A: hue angle of 58.12º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A973A is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 151 | 58 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.40 |
| HSL | 58.13º | 0.45% | 0.42% | - |
| HSV(B) | 58.13º | 0.62% | 0.6% | - |
| XYZ | 25.16 | 29.31 | 8.33 | - |
| YUV | 141.3 | 80.99 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 151 | 58 | 0 | 0.02 | 0.62 | 0.40 | 58.13 | 0.45 | 0.42 |
| Hex | 9A | 97 | 3A | 0 | 2 | 3E | 28 | 3A | 2D | 2A |
| Octal | 232 | 227 | 72 | 0 | 2 | 76 | 50 | 72 | 55 | 52 |
| Binary | 10011010 | 10010111 | 111010 | 0 | 10 | 111110 | 101000 | 111010 | 101101 | 101010 |
Color Harmonies of #9A973A
Complementary color
Monochromatic Colors of #9A973A
Black with #9A973A
Text Example
Text Example
White with #9A973A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A973A; }
p { color: rgb(154,151,58); }
H1.HeaderClassName
{
color: #9A973A;
}
.AnyTagClassName
{
color: #9A973A;
}
</style>
background-color css
<style>
a { background-color: #9A973A; }
a { background-color: rgb(154,151,58); }
div.DivClassName
{
background-color: #9A973A;
}
.BgClassName
{
background-color: #9A973A;
}
</style>
border-color css
<style>
span { border-color: #9A973A; }
span { border-color: rgb(154,151,58); }
td.TdClassName
{
border-color: #9A973A;
}
.TagClassName
{
border-color: #9A973A;
}
</style>