Shades of Brass #A29D3E
Tints of Brass #A29D3E
RGB
CMYK
RGB Variations
Color information
#A29D3E (or 0xA29D3E) is known color: Brass. HEX triplet: A2, 9D and 3E. RGB value is (162,157,62). Sum of RGB (Red+Green+Blue) = 162+157+62=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 62 (24.61% from 255 or 16.27% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29D3E is #5D62C1. Grayscale: #949494. Windows color (decimal): -6120130 or 4103586. OLE color: 4103586.
HSL color Cylindrical-coordinate representation of color #A29D3E: hue angle of 57º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A29D3E is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 157 | 62 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.36 |
| HSL | 57º | 0.45% | 0.44% | - |
| HSV(B) | 57º | 0.62% | 0.64% | - |
| XYZ | 27.83 | 32.14 | 9.3 | - |
| YUV | 147.67 | 79.66 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 62 | 0 | 0.03 | 0.62 | 0.36 | 57 | 0.45 | 0.44 |
| Hex | A2 | 9D | 3E | 0 | 3 | 3E | 24 | 39 | 2D | 2C |
| Octal | 242 | 235 | 76 | 0 | 3 | 76 | 44 | 71 | 55 | 54 |
| Binary | 10100010 | 10011101 | 111110 | 0 | 11 | 111110 | 100100 | 111001 | 101101 | 101100 |
Color Harmonies of #A29D3E
Complementary color
Monochromatic Colors of #A29D3E
Black with #A29D3E
Text Example
Text Example
White with #A29D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29D3E; }
p { color: rgb(162,157,62); }
H1.HeaderClassName
{
color: #A29D3E;
}
.AnyTagClassName
{
color: #A29D3E;
}
</style>
background-color css
<style>
a { background-color: #A29D3E; }
a { background-color: rgb(162,157,62); }
div.DivClassName
{
background-color: #A29D3E;
}
.BgClassName
{
background-color: #A29D3E;
}
</style>
border-color css
<style>
span { border-color: #A29D3E; }
span { border-color: rgb(162,157,62); }
td.TdClassName
{
border-color: #A29D3E;
}
.TagClassName
{
border-color: #A29D3E;
}
</style>