Shades of Brass #A29F39
Tints of Brass #A29F39
RGB
CMYK
RGB Variations
Color information
#A29F39 (or 0xA29F39) is known color: Brass. HEX triplet: A2, 9F and 39. RGB value is (162,159,57). Sum of RGB (Red+Green+Blue) = 162+159+57=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 57 (22.66% from 255 or 15.08% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29F39 is #5D60C6. Grayscale: #949494. Windows color (decimal): -6119623 or 3776418. OLE color: 3776418.
HSL color Cylindrical-coordinate representation of color #A29F39: hue angle of 58.29º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A29F39 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 159 | 57 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.36 |
| HSL | 58.29º | 0.48% | 0.43% | - |
| HSV(B) | 58.29º | 0.65% | 0.64% | - |
| XYZ | 28.04 | 32.77 | 8.72 | - |
| YUV | 148.27 | 76.49 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 57 | 0 | 0.02 | 0.65 | 0.36 | 58.29 | 0.48 | 0.43 |
| Hex | A2 | 9F | 39 | 0 | 2 | 41 | 24 | 3A | 30 | 2B |
| Octal | 242 | 237 | 71 | 0 | 2 | 101 | 44 | 72 | 60 | 53 |
| Binary | 10100010 | 10011111 | 111001 | 0 | 10 | 1000001 | 100100 | 111010 | 110000 | 101011 |
Color Harmonies of #A29F39
Complementary color
Monochromatic Colors of #A29F39
Black with #A29F39
Text Example
Text Example
White with #A29F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29F39; }
p { color: rgb(162,159,57); }
H1.HeaderClassName
{
color: #A29F39;
}
.AnyTagClassName
{
color: #A29F39;
}
</style>
background-color css
<style>
a { background-color: #A29F39; }
a { background-color: rgb(162,159,57); }
div.DivClassName
{
background-color: #A29F39;
}
.BgClassName
{
background-color: #A29F39;
}
</style>
border-color css
<style>
span { border-color: #A29F39; }
span { border-color: rgb(162,159,57); }
td.TdClassName
{
border-color: #A29F39;
}
.TagClassName
{
border-color: #A29F39;
}
</style>