Shades of Highball #A09E38
Tints of Highball #A09E38
RGB
CMYK
RGB Variations
Color information
#A09E38 (or 0xA09E38) is known color: Highball. HEX triplet: A0, 9E and 38. RGB value is (160,158,56). Sum of RGB (Red+Green+Blue) = 160+158+56=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 56 (22.27% from 255 or 14.97% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A09E38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09E38 is #5F61C7. Grayscale: #939393. Windows color (decimal): -6250952 or 3710624. OLE color: 3710624.
HSL color Cylindrical-coordinate representation of color #A09E38: hue angle of 58.85º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A09E38 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 158 | 56 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.37 |
| HSL | 58.85º | 0.48% | 0.42% | - |
| HSV(B) | 58.85º | 0.65% | 0.63% | - |
| XYZ | 27.44 | 32.21 | 8.51 | - |
| YUV | 146.97 | 76.66 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 158 | 56 | 0 | 0.01 | 0.65 | 0.37 | 58.85 | 0.48 | 0.42 |
| Hex | A0 | 9E | 38 | 0 | 1 | 41 | 25 | 3B | 30 | 2A |
| Octal | 240 | 236 | 70 | 0 | 1 | 101 | 45 | 73 | 60 | 52 |
| Binary | 10100000 | 10011110 | 111000 | 0 | 1 | 1000001 | 100101 | 111011 | 110000 | 101010 |
Color Harmonies of #A09E38
Complementary color
Monochromatic Colors of #A09E38
Black with #A09E38
Text Example
Text Example
White with #A09E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09E38; }
p { color: rgb(160,158,56); }
H1.HeaderClassName
{
color: #A09E38;
}
.AnyTagClassName
{
color: #A09E38;
}
</style>
background-color css
<style>
a { background-color: #A09E38; }
a { background-color: rgb(160,158,56); }
div.DivClassName
{
background-color: #A09E38;
}
.BgClassName
{
background-color: #A09E38;
}
</style>
border-color css
<style>
span { border-color: #A09E38; }
span { border-color: rgb(160,158,56); }
td.TdClassName
{
border-color: #A09E38;
}
.TagClassName
{
border-color: #A09E38;
}
</style>