Shades of Brass #A29E3C
Tints of Brass #A29E3C
RGB
CMYK
RGB Variations
Color information
#A29E3C (or 0xA29E3C) is known color: Brass. HEX triplet: A2, 9E and 3C. RGB value is (162,158,60). Sum of RGB (Red+Green+Blue) = 162+158+60=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29E3C is #5D61C3. Grayscale: #949494. Windows color (decimal): -6119876 or 3972770. OLE color: 3972770.
HSL color Cylindrical-coordinate representation of color #A29E3C: hue angle of 57.65º 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 #A29E3C is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 158 | 60 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.36 |
| HSL | 57.65º | 0.46% | 0.44% | - |
| HSV(B) | 57.65º | 0.63% | 0.64% | - |
| XYZ | 27.94 | 32.46 | 9.07 | - |
| YUV | 148.02 | 78.33 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 158 | 60 | 0 | 0.02 | 0.63 | 0.36 | 57.65 | 0.46 | 0.44 |
| Hex | A2 | 9E | 3C | 0 | 2 | 3F | 24 | 3A | 2E | 2C |
| Octal | 242 | 236 | 74 | 0 | 2 | 77 | 44 | 72 | 56 | 54 |
| Binary | 10100010 | 10011110 | 111100 | 0 | 10 | 111111 | 100100 | 111010 | 101110 | 101100 |
Color Harmonies of #A29E3C
Complementary color
Monochromatic Colors of #A29E3C
Black with #A29E3C
Text Example
Text Example
White with #A29E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29E3C; }
p { color: rgb(162,158,60); }
H1.HeaderClassName
{
color: #A29E3C;
}
.AnyTagClassName
{
color: #A29E3C;
}
</style>
background-color css
<style>
a { background-color: #A29E3C; }
a { background-color: rgb(162,158,60); }
div.DivClassName
{
background-color: #A29E3C;
}
.BgClassName
{
background-color: #A29E3C;
}
</style>
border-color css
<style>
span { border-color: #A29E3C; }
span { border-color: rgb(162,158,60); }
td.TdClassName
{
border-color: #A29E3C;
}
.TagClassName
{
border-color: #A29E3C;
}
</style>