Shades of Highball #A09D40
Tints of Highball #A09D40
RGB
CMYK
RGB Variations
Color information
#A09D40 (or 0xA09D40) is known color: Highball. HEX triplet: A0, 9D and 40. RGB value is (160,157,64). Sum of RGB (Red+Green+Blue) = 160+157+64=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09D40 is #5F62BF. Grayscale: #939393. Windows color (decimal): -6251200 or 4234656. OLE color: 4234656.
HSL color Cylindrical-coordinate representation of color #A09D40: hue angle of 58.12º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A09D40 is Cyan = 0, Magento = 0.02, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 157 | 64 | - |
| CMYK | 0 | 0.02 | 0.6 | 0.37 |
| HSL | 58.13º | 0.43% | 0.44% | - |
| HSV(B) | 58.13º | 0.6% | 0.63% | - |
| XYZ | 27.48 | 31.96 | 9.57 | - |
| YUV | 147.3 | 80.99 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 64 | 0 | 0.02 | 0.6 | 0.37 | 58.13 | 0.43 | 0.44 |
| Hex | A0 | 9D | 40 | 0 | 2 | 3C | 25 | 3A | 2B | 2C |
| Octal | 240 | 235 | 100 | 0 | 2 | 74 | 45 | 72 | 53 | 54 |
| Binary | 10100000 | 10011101 | 1000000 | 0 | 10 | 111100 | 100101 | 111010 | 101011 | 101100 |
Color Harmonies of #A09D40
Complementary color
Monochromatic Colors of #A09D40
Black with #A09D40
Text Example
Text Example
White with #A09D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09D40; }
p { color: rgb(160,157,64); }
H1.HeaderClassName
{
color: #A09D40;
}
.AnyTagClassName
{
color: #A09D40;
}
</style>
background-color css
<style>
a { background-color: #A09D40; }
a { background-color: rgb(160,157,64); }
div.DivClassName
{
background-color: #A09D40;
}
.BgClassName
{
background-color: #A09D40;
}
</style>
border-color css
<style>
span { border-color: #A09D40; }
span { border-color: rgb(160,157,64); }
td.TdClassName
{
border-color: #A09D40;
}
.TagClassName
{
border-color: #A09D40;
}
</style>