Shades of Highball #A29B40
Tints of Highball #A29B40
RGB
CMYK
RGB Variations
Color information
#A29B40 (or 0xA29B40) is known color: Highball. HEX triplet: A2, 9B and 40. RGB value is (162,155,64). Sum of RGB (Red+Green+Blue) = 162+155+64=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29B40 is #5D64BF. Grayscale: #939393. Windows color (decimal): -6120640 or 4234146. OLE color: 4234146.
HSL color Cylindrical-coordinate representation of color #A29B40: hue angle of 55.71º 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 #A29B40 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 155 | 64 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.36 |
| HSL | 55.71º | 0.43% | 0.44% | - |
| HSV(B) | 55.71º | 0.6% | 0.64% | - |
| XYZ | 27.55 | 31.49 | 9.48 | - |
| YUV | 146.72 | 81.32 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 155 | 64 | 0 | 0.04 | 0.60 | 0.36 | 55.71 | 0.43 | 0.44 |
| Hex | A2 | 9B | 40 | 0 | 4 | 3C | 24 | 38 | 2B | 2C |
| Octal | 242 | 233 | 100 | 0 | 4 | 74 | 44 | 70 | 53 | 54 |
| Binary | 10100010 | 10011011 | 1000000 | 0 | 100 | 111100 | 100100 | 111000 | 101011 | 101100 |
Color Harmonies of #A29B40
Complementary color
Monochromatic Colors of #A29B40
Black with #A29B40
Text Example
Text Example
White with #A29B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29B40; }
p { color: rgb(162,155,64); }
H1.HeaderClassName
{
color: #A29B40;
}
.AnyTagClassName
{
color: #A29B40;
}
</style>
background-color css
<style>
a { background-color: #A29B40; }
a { background-color: rgb(162,155,64); }
div.DivClassName
{
background-color: #A29B40;
}
.BgClassName
{
background-color: #A29B40;
}
</style>
border-color css
<style>
span { border-color: #A29B40; }
span { border-color: rgb(162,155,64); }
td.TdClassName
{
border-color: #A29B40;
}
.TagClassName
{
border-color: #A29B40;
}
</style>