Shades of Brass #A29D3C
Tints of Brass #A29D3C
RGB
CMYK
RGB Variations
Color information
#A29D3C (or 0xA29D3C) is known color: Brass. HEX triplet: A2, 9D and 3C. RGB value is (162,157,60). Sum of RGB (Red+Green+Blue) = 162+157+60=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29D3C is #5D62C3. Grayscale: #939393. Windows color (decimal): -6120132 or 3972514. OLE color: 3972514.
HSL color Cylindrical-coordinate representation of color #A29D3C: hue angle of 57.06º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A29D3C is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 157 | 60 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.36 |
| HSL | 57.06º | 0.46% | 0.44% | - |
| HSV(B) | 57.06º | 0.63% | 0.64% | - |
| XYZ | 27.77 | 32.12 | 9.01 | - |
| YUV | 147.44 | 78.66 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 60 | 0 | 0.03 | 0.63 | 0.36 | 57.06 | 0.46 | 0.44 |
| Hex | A2 | 9D | 3C | 0 | 3 | 3F | 24 | 39 | 2E | 2C |
| Octal | 242 | 235 | 74 | 0 | 3 | 77 | 44 | 71 | 56 | 54 |
| Binary | 10100010 | 10011101 | 111100 | 0 | 11 | 111111 | 100100 | 111001 | 101110 | 101100 |
Color Harmonies of #A29D3C
Complementary color
Monochromatic Colors of #A29D3C
Black with #A29D3C
Text Example
Text Example
White with #A29D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29D3C; }
p { color: rgb(162,157,60); }
H1.HeaderClassName
{
color: #A29D3C;
}
.AnyTagClassName
{
color: #A29D3C;
}
</style>
background-color css
<style>
a { background-color: #A29D3C; }
a { background-color: rgb(162,157,60); }
div.DivClassName
{
background-color: #A29D3C;
}
.BgClassName
{
background-color: #A29D3C;
}
</style>
border-color css
<style>
span { border-color: #A29D3C; }
span { border-color: rgb(162,157,60); }
td.TdClassName
{
border-color: #A29D3C;
}
.TagClassName
{
border-color: #A29D3C;
}
</style>