Shades of Highball #A09D3C
Tints of Highball #A09D3C
RGB
CMYK
RGB Variations
Color information
#A09D3C (or 0xA09D3C) is known color: Highball. HEX triplet: A0, 9D and 3C. RGB value is (160,157,60). Sum of RGB (Red+Green+Blue) = 160+157+60=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09D3C is #5F62C3. Grayscale: #939393. Windows color (decimal): -6251204 or 3972512. OLE color: 3972512.
HSL color Cylindrical-coordinate representation of color #A09D3C: hue angle of 58.2º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A09D3C is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 157 | 60 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.37 |
| HSL | 58.2º | 0.45% | 0.43% | - |
| HSV(B) | 58.2º | 0.63% | 0.63% | - |
| XYZ | 27.37 | 31.91 | 8.99 | - |
| YUV | 146.84 | 78.99 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 60 | 0 | 0.02 | 0.62 | 0.37 | 58.2 | 0.45 | 0.43 |
| Hex | A0 | 9D | 3C | 0 | 2 | 3E | 25 | 3A | 2D | 2B |
| Octal | 240 | 235 | 74 | 0 | 2 | 76 | 45 | 72 | 55 | 53 |
| Binary | 10100000 | 10011101 | 111100 | 0 | 10 | 111110 | 100101 | 111010 | 101101 | 101011 |
Color Harmonies of #A09D3C
Complementary color
Monochromatic Colors of #A09D3C
Black with #A09D3C
Text Example
Text Example
White with #A09D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09D3C; }
p { color: rgb(160,157,60); }
H1.HeaderClassName
{
color: #A09D3C;
}
.AnyTagClassName
{
color: #A09D3C;
}
</style>
background-color css
<style>
a { background-color: #A09D3C; }
a { background-color: rgb(160,157,60); }
div.DivClassName
{
background-color: #A09D3C;
}
.BgClassName
{
background-color: #A09D3C;
}
</style>
border-color css
<style>
span { border-color: #A09D3C; }
span { border-color: rgb(160,157,60); }
td.TdClassName
{
border-color: #A09D3C;
}
.TagClassName
{
border-color: #A09D3C;
}
</style>