Shades of Highball #9A884A
Tints of Highball #9A884A
RGB
CMYK
RGB Variations
Color information
#9A884A (or 0x9A884A) is known color: Highball. HEX triplet: 9A, 88 and 4A. RGB value is (154,136,74). Sum of RGB (Red+Green+Blue) = 154+136+74=364 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.31% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 154 - color contains mainly: red. Hex color #9A884A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A884A is #6577B5. Grayscale: #868686. Windows color (decimal): -6649782 or 4884634. OLE color: 4884634.
HSL color Cylindrical-coordinate representation of color #9A884A: hue angle of 46.5º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A884A is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 136 | 74 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.40 |
| HSL | 46.5º | 0.35% | 0.45% | - |
| HSV(B) | 46.5º | 0.52% | 0.6% | - |
| XYZ | 23.37 | 24.97 | 10.07 | - |
| YUV | 134.31 | 93.96 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 136 | 74 | 0 | 0.12 | 0.52 | 0.40 | 46.5 | 0.35 | 0.45 |
| Hex | 9A | 88 | 4A | 0 | C | 34 | 28 | 2E | 23 | 2D |
| Octal | 232 | 210 | 112 | 0 | 14 | 64 | 50 | 56 | 43 | 55 |
| Binary | 10011010 | 10001000 | 1001010 | 0 | 1100 | 110100 | 101000 | 101110 | 100011 | 101101 |
Color Harmonies of #9A884A
Complementary color
Monochromatic Colors of #9A884A
Black with #9A884A
Text Example
Text Example
White with #9A884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A884A; }
p { color: rgb(154,136,74); }
H1.HeaderClassName
{
color: #9A884A;
}
.AnyTagClassName
{
color: #9A884A;
}
</style>
background-color css
<style>
a { background-color: #9A884A; }
a { background-color: rgb(154,136,74); }
div.DivClassName
{
background-color: #9A884A;
}
.BgClassName
{
background-color: #9A884A;
}
</style>
border-color css
<style>
span { border-color: #9A884A; }
span { border-color: rgb(154,136,74); }
td.TdClassName
{
border-color: #9A884A;
}
.TagClassName
{
border-color: #9A884A;
}
</style>