Shades of Brass #A29D40
Tints of Brass #A29D40
RGB
CMYK
RGB Variations
Color information
#A29D40 (or 0xA29D40) is known color: Brass. HEX triplet: A2, 9D and 40. RGB value is (162,157,64). Sum of RGB (Red+Green+Blue) = 162+157+64=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29D40 is #5D62BF. Grayscale: #949494. Windows color (decimal): -6120128 or 4234658. OLE color: 4234658.
HSL color Cylindrical-coordinate representation of color #A29D40: hue angle of 56.94º 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 #A29D40 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 157 | 64 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.36 |
| HSL | 56.94º | 0.43% | 0.44% | - |
| HSV(B) | 56.94º | 0.6% | 0.64% | - |
| XYZ | 27.88 | 32.17 | 9.59 | - |
| YUV | 147.89 | 80.66 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 64 | 0 | 0.03 | 0.60 | 0.36 | 56.94 | 0.43 | 0.44 |
| Hex | A2 | 9D | 40 | 0 | 3 | 3C | 24 | 39 | 2B | 2C |
| Octal | 242 | 235 | 100 | 0 | 3 | 74 | 44 | 71 | 53 | 54 |
| Binary | 10100010 | 10011101 | 1000000 | 0 | 11 | 111100 | 100100 | 111001 | 101011 | 101100 |
Color Harmonies of #A29D40
Complementary color
Monochromatic Colors of #A29D40
Black with #A29D40
Text Example
Text Example
White with #A29D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29D40; }
p { color: rgb(162,157,64); }
H1.HeaderClassName
{
color: #A29D40;
}
.AnyTagClassName
{
color: #A29D40;
}
</style>
background-color css
<style>
a { background-color: #A29D40; }
a { background-color: rgb(162,157,64); }
div.DivClassName
{
background-color: #A29D40;
}
.BgClassName
{
background-color: #A29D40;
}
</style>
border-color css
<style>
span { border-color: #A29D40; }
span { border-color: rgb(162,157,64); }
td.TdClassName
{
border-color: #A29D40;
}
.TagClassName
{
border-color: #A29D40;
}
</style>