Shades of Brass #A29E3B
Tints of Brass #A29E3B
RGB
CMYK
RGB Variations
Color information
#A29E3B (or 0xA29E3B) is known color: Brass. HEX triplet: A2, 9E and 3B. RGB value is (162,158,59). Sum of RGB (Red+Green+Blue) = 162+158+59=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 59 (23.44% from 255 or 15.57% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29E3B is #5D61C4. Grayscale: #949494. Windows color (decimal): -6119877 or 3907234. OLE color: 3907234.
HSL color Cylindrical-coordinate representation of color #A29E3B: hue angle of 57.67º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A29E3B is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 158 | 59 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.36 |
| HSL | 57.67º | 0.47% | 0.43% | - |
| HSV(B) | 57.67º | 0.64% | 0.64% | - |
| XYZ | 27.92 | 32.45 | 8.93 | - |
| YUV | 147.91 | 77.83 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 158 | 59 | 0 | 0.02 | 0.64 | 0.36 | 57.67 | 0.47 | 0.43 |
| Hex | A2 | 9E | 3B | 0 | 2 | 40 | 24 | 3A | 2F | 2B |
| Octal | 242 | 236 | 73 | 0 | 2 | 100 | 44 | 72 | 57 | 53 |
| Binary | 10100010 | 10011110 | 111011 | 0 | 10 | 1000000 | 100100 | 111010 | 101111 | 101011 |
Color Harmonies of #A29E3B
Complementary color
Monochromatic Colors of #A29E3B
Black with #A29E3B
Text Example
Text Example
White with #A29E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29E3B; }
p { color: rgb(162,158,59); }
H1.HeaderClassName
{
color: #A29E3B;
}
.AnyTagClassName
{
color: #A29E3B;
}
</style>
background-color css
<style>
a { background-color: #A29E3B; }
a { background-color: rgb(162,158,59); }
div.DivClassName
{
background-color: #A29E3B;
}
.BgClassName
{
background-color: #A29E3B;
}
</style>
border-color css
<style>
span { border-color: #A29E3B; }
span { border-color: rgb(162,158,59); }
td.TdClassName
{
border-color: #A29E3B;
}
.TagClassName
{
border-color: #A29E3B;
}
</style>