Shades of Highball #A29D38
Tints of Highball #A29D38
RGB
CMYK
RGB Variations
Color information
#A29D38 (or 0xA29D38) is known color: Highball. HEX triplet: A2, 9D and 38. RGB value is (162,157,56). Sum of RGB (Red+Green+Blue) = 162+157+56=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29D38 is #5D62C7. Grayscale: #939393. Windows color (decimal): -6120136 or 3710370. OLE color: 3710370.
HSL color Cylindrical-coordinate representation of color #A29D38: hue angle of 57.17º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A29D38 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 157 | 56 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.36 |
| HSL | 57.17º | 0.49% | 0.43% | - |
| HSV(B) | 57.17º | 0.65% | 0.64% | - |
| XYZ | 27.67 | 32.08 | 8.48 | - |
| YUV | 146.98 | 76.66 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 56 | 0 | 0.03 | 0.65 | 0.36 | 57.17 | 0.49 | 0.43 |
| Hex | A2 | 9D | 38 | 0 | 3 | 41 | 24 | 39 | 31 | 2B |
| Octal | 242 | 235 | 70 | 0 | 3 | 101 | 44 | 71 | 61 | 53 |
| Binary | 10100010 | 10011101 | 111000 | 0 | 11 | 1000001 | 100100 | 111001 | 110001 | 101011 |
Color Harmonies of #A29D38
Complementary color
Monochromatic Colors of #A29D38
Black with #A29D38
Text Example
Text Example
White with #A29D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29D38; }
p { color: rgb(162,157,56); }
H1.HeaderClassName
{
color: #A29D38;
}
.AnyTagClassName
{
color: #A29D38;
}
</style>
background-color css
<style>
a { background-color: #A29D38; }
a { background-color: rgb(162,157,56); }
div.DivClassName
{
background-color: #A29D38;
}
.BgClassName
{
background-color: #A29D38;
}
</style>
border-color css
<style>
span { border-color: #A29D38; }
span { border-color: rgb(162,157,56); }
td.TdClassName
{
border-color: #A29D38;
}
.TagClassName
{
border-color: #A29D38;
}
</style>