Shades of Highball #9A8A4B
Tints of Highball #9A8A4B
RGB
CMYK
RGB Variations
Color information
#9A8A4B (or 0x9A8A4B) is known color: Highball. HEX triplet: 9A, 8A and 4B. RGB value is (154,138,75). Sum of RGB (Red+Green+Blue) = 154+138+75=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8A4B is #6575B4. Grayscale: #878787. Windows color (decimal): -6649269 or 4950682. OLE color: 4950682.
HSL color Cylindrical-coordinate representation of color #9A8A4B: hue angle of 47.85º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A8A4B is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 138 | 75 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.40 |
| HSL | 47.85º | 0.34% | 0.45% | - |
| HSV(B) | 47.85º | 0.51% | 0.6% | - |
| XYZ | 23.68 | 25.55 | 10.34 | - |
| YUV | 135.6 | 93.8 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 138 | 75 | 0 | 0.10 | 0.51 | 0.40 | 47.85 | 0.34 | 0.45 |
| Hex | 9A | 8A | 4B | 0 | A | 33 | 28 | 30 | 22 | 2D |
| Octal | 232 | 212 | 113 | 0 | 12 | 63 | 50 | 60 | 42 | 55 |
| Binary | 10011010 | 10001010 | 1001011 | 0 | 1010 | 110011 | 101000 | 110000 | 100010 | 101101 |
Color Harmonies of #9A8A4B
Complementary color
Monochromatic Colors of #9A8A4B
Black with #9A8A4B
Text Example
Text Example
White with #9A8A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8A4B; }
p { color: rgb(154,138,75); }
H1.HeaderClassName
{
color: #9A8A4B;
}
.AnyTagClassName
{
color: #9A8A4B;
}
</style>
background-color css
<style>
a { background-color: #9A8A4B; }
a { background-color: rgb(154,138,75); }
div.DivClassName
{
background-color: #9A8A4B;
}
.BgClassName
{
background-color: #9A8A4B;
}
</style>
border-color css
<style>
span { border-color: #9A8A4B; }
span { border-color: rgb(154,138,75); }
td.TdClassName
{
border-color: #9A8A4B;
}
.TagClassName
{
border-color: #9A8A4B;
}
</style>