Shades of Highball #A29A40
Tints of Highball #A29A40
RGB
CMYK
RGB Variations
Color information
#A29A40 (or 0xA29A40) is known color: Highball. HEX triplet: A2, 9A and 40. RGB value is (162,154,64). Sum of RGB (Red+Green+Blue) = 162+154+64=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29A40 is #5D65BF. Grayscale: #929292. Windows color (decimal): -6120896 or 4233890. OLE color: 4233890.
HSL color Cylindrical-coordinate representation of color #A29A40: hue angle of 55.1º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A29A40 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 154 | 64 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.36 |
| HSL | 55.1º | 0.43% | 0.44% | - |
| HSV(B) | 55.1º | 0.6% | 0.64% | - |
| XYZ | 27.38 | 31.16 | 9.42 | - |
| YUV | 146.13 | 81.65 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 154 | 64 | 0 | 0.05 | 0.60 | 0.36 | 55.1 | 0.43 | 0.44 |
| Hex | A2 | 9A | 40 | 0 | 5 | 3C | 24 | 37 | 2B | 2C |
| Octal | 242 | 232 | 100 | 0 | 5 | 74 | 44 | 67 | 53 | 54 |
| Binary | 10100010 | 10011010 | 1000000 | 0 | 101 | 111100 | 100100 | 110111 | 101011 | 101100 |
Color Harmonies of #A29A40
Complementary color
Monochromatic Colors of #A29A40
Black with #A29A40
Text Example
Text Example
White with #A29A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29A40; }
p { color: rgb(162,154,64); }
H1.HeaderClassName
{
color: #A29A40;
}
.AnyTagClassName
{
color: #A29A40;
}
</style>
background-color css
<style>
a { background-color: #A29A40; }
a { background-color: rgb(162,154,64); }
div.DivClassName
{
background-color: #A29A40;
}
.BgClassName
{
background-color: #A29A40;
}
</style>
border-color css
<style>
span { border-color: #A29A40; }
span { border-color: rgb(162,154,64); }
td.TdClassName
{
border-color: #A29A40;
}
.TagClassName
{
border-color: #A29A40;
}
</style>