Shades of Brass #A29F36
Tints of Brass #A29F36
RGB
CMYK
RGB Variations
Color information
#A29F36 (or 0xA29F36) is known color: Brass. HEX triplet: A2, 9F and 36. RGB value is (162,159,54). Sum of RGB (Red+Green+Blue) = 162+159+54=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29F36 is #5D60C9. Grayscale: #949494. Windows color (decimal): -6119626 or 3579810. OLE color: 3579810.
HSL color Cylindrical-coordinate representation of color #A29F36: hue angle of 58.33º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A29F36 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 159 | 54 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.36 |
| HSL | 58.33º | 0.5% | 0.42% | - |
| HSV(B) | 58.33º | 0.67% | 0.64% | - |
| XYZ | 27.96 | 32.74 | 8.34 | - |
| YUV | 147.93 | 74.99 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 54 | 0 | 0.02 | 0.67 | 0.36 | 58.33 | 0.5 | 0.42 |
| Hex | A2 | 9F | 36 | 0 | 2 | 43 | 24 | 3A | 32 | 2A |
| Octal | 242 | 237 | 66 | 0 | 2 | 103 | 44 | 72 | 62 | 52 |
| Binary | 10100010 | 10011111 | 110110 | 0 | 10 | 1000011 | 100100 | 111010 | 110010 | 101010 |
Color Harmonies of #A29F36
Complementary color
Monochromatic Colors of #A29F36
Black with #A29F36
Text Example
Text Example
White with #A29F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29F36; }
p { color: rgb(162,159,54); }
H1.HeaderClassName
{
color: #A29F36;
}
.AnyTagClassName
{
color: #A29F36;
}
</style>
background-color css
<style>
a { background-color: #A29F36; }
a { background-color: rgb(162,159,54); }
div.DivClassName
{
background-color: #A29F36;
}
.BgClassName
{
background-color: #A29F36;
}
</style>
border-color css
<style>
span { border-color: #A29F36; }
span { border-color: rgb(162,159,54); }
td.TdClassName
{
border-color: #A29F36;
}
.TagClassName
{
border-color: #A29F36;
}
</style>