Shades of Highball #A09D42
Tints of Highball #A09D42
RGB
CMYK
RGB Variations
Color information
#A09D42 (or 0xA09D42) is known color: Highball. HEX triplet: A0, 9D and 42. RGB value is (160,157,66). Sum of RGB (Red+Green+Blue) = 160+157+66=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09D42 is #5F62BD. Grayscale: #939393. Windows color (decimal): -6251198 or 4365728. OLE color: 4365728.
HSL color Cylindrical-coordinate representation of color #A09D42: hue angle of 58.09º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A09D42 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 157 | 66 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.37 |
| HSL | 58.09º | 0.42% | 0.44% | - |
| HSV(B) | 58.09º | 0.59% | 0.63% | - |
| XYZ | 27.54 | 31.98 | 9.88 | - |
| YUV | 147.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 66 | 0 | 0.02 | 0.59 | 0.37 | 58.09 | 0.42 | 0.44 |
| Hex | A0 | 9D | 42 | 0 | 2 | 3B | 25 | 3A | 2A | 2C |
| Octal | 240 | 235 | 102 | 0 | 2 | 73 | 45 | 72 | 52 | 54 |
| Binary | 10100000 | 10011101 | 1000010 | 0 | 10 | 111011 | 100101 | 111010 | 101010 | 101100 |
Color Harmonies of #A09D42
Complementary color
Monochromatic Colors of #A09D42
Black with #A09D42
Text Example
Text Example
White with #A09D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09D42; }
p { color: rgb(160,157,66); }
H1.HeaderClassName
{
color: #A09D42;
}
.AnyTagClassName
{
color: #A09D42;
}
</style>
background-color css
<style>
a { background-color: #A09D42; }
a { background-color: rgb(160,157,66); }
div.DivClassName
{
background-color: #A09D42;
}
.BgClassName
{
background-color: #A09D42;
}
</style>
border-color css
<style>
span { border-color: #A09D42; }
span { border-color: rgb(160,157,66); }
td.TdClassName
{
border-color: #A09D42;
}
.TagClassName
{
border-color: #A09D42;
}
</style>