Shades of Highball #A09932
Tints of Highball #A09932
RGB
CMYK
RGB Variations
Color information
#A09932 (or 0xA09932) is known color: Highball. HEX triplet: A0, 99 and 32. RGB value is (160,153,50). Sum of RGB (Red+Green+Blue) = 160+153+50=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A09932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09932 is #5F66CD. Grayscale: #8F8F8F. Windows color (decimal): -6252238 or 3316128. OLE color: 3316128.
HSL color Cylindrical-coordinate representation of color #A09932: hue angle of 56.18º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A09932 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 153 | 50 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.37 |
| HSL | 56.18º | 0.52% | 0.41% | - |
| HSV(B) | 56.18º | 0.69% | 0.63% | - |
| XYZ | 26.46 | 30.49 | 7.51 | - |
| YUV | 143.35 | 75.32 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 50 | 0 | 0.04 | 0.69 | 0.37 | 56.18 | 0.52 | 0.41 |
| Hex | A0 | 99 | 32 | 0 | 4 | 45 | 25 | 38 | 34 | 29 |
| Octal | 240 | 231 | 62 | 0 | 4 | 105 | 45 | 70 | 64 | 51 |
| Binary | 10100000 | 10011001 | 110010 | 0 | 100 | 1000101 | 100101 | 111000 | 110100 | 101001 |
Color Harmonies of #A09932
Complementary color
Monochromatic Colors of #A09932
Black with #A09932
Text Example
Text Example
White with #A09932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09932; }
p { color: rgb(160,153,50); }
H1.HeaderClassName
{
color: #A09932;
}
.AnyTagClassName
{
color: #A09932;
}
</style>
background-color css
<style>
a { background-color: #A09932; }
a { background-color: rgb(160,153,50); }
div.DivClassName
{
background-color: #A09932;
}
.BgClassName
{
background-color: #A09932;
}
</style>
border-color css
<style>
span { border-color: #A09932; }
span { border-color: rgb(160,153,50); }
td.TdClassName
{
border-color: #A09932;
}
.TagClassName
{
border-color: #A09932;
}
</style>