Shades of Highball #A09D43
Tints of Highball #A09D43
RGB
CMYK
RGB Variations
Color information
#A09D43 (or 0xA09D43) is known color: Highball. HEX triplet: A0, 9D and 43. RGB value is (160,157,67). Sum of RGB (Red+Green+Blue) = 160+157+67=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 67 (26.56% from 255 or 17.45% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09D43 is #5F62BC. Grayscale: #949494. Windows color (decimal): -6251197 or 4431264. OLE color: 4431264.
HSL color Cylindrical-coordinate representation of color #A09D43: hue angle of 58.06º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A09D43 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 157 | 67 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.37 |
| HSL | 58.06º | 0.41% | 0.45% | - |
| HSV(B) | 58.06º | 0.58% | 0.63% | - |
| XYZ | 27.57 | 31.99 | 10.03 | - |
| YUV | 147.64 | 82.49 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 67 | 0 | 0.02 | 0.58 | 0.37 | 58.06 | 0.41 | 0.45 |
| Hex | A0 | 9D | 43 | 0 | 2 | 3A | 25 | 3A | 29 | 2D |
| Octal | 240 | 235 | 103 | 0 | 2 | 72 | 45 | 72 | 51 | 55 |
| Binary | 10100000 | 10011101 | 1000011 | 0 | 10 | 111010 | 100101 | 111010 | 101001 | 101101 |
Color Harmonies of #A09D43
Complementary color
Monochromatic Colors of #A09D43
Black with #A09D43
Text Example
Text Example
White with #A09D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09D43; }
p { color: rgb(160,157,67); }
H1.HeaderClassName
{
color: #A09D43;
}
.AnyTagClassName
{
color: #A09D43;
}
</style>
background-color css
<style>
a { background-color: #A09D43; }
a { background-color: rgb(160,157,67); }
div.DivClassName
{
background-color: #A09D43;
}
.BgClassName
{
background-color: #A09D43;
}
</style>
border-color css
<style>
span { border-color: #A09D43; }
span { border-color: rgb(160,157,67); }
td.TdClassName
{
border-color: #A09D43;
}
.TagClassName
{
border-color: #A09D43;
}
</style>