Shades of Brass #A29D48
Tints of Brass #A29D48
RGB
CMYK
RGB Variations
Color information
#A29D48 (or 0xA29D48) is known color: Brass. HEX triplet: A2, 9D and 48. RGB value is (162,157,72). Sum of RGB (Red+Green+Blue) = 162+157+72=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29D48 is #5D62B7. Grayscale: #959595. Windows color (decimal): -6120120 or 4758946. OLE color: 4758946.
HSL color Cylindrical-coordinate representation of color #A29D48: hue angle of 56.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A29D48 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 157 | 72 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.36 |
| HSL | 56.67º | 0.38% | 0.46% | - |
| HSV(B) | 56.67º | 0.56% | 0.64% | - |
| XYZ | 28.13 | 32.26 | 10.88 | - |
| YUV | 148.81 | 84.66 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 72 | 0 | 0.03 | 0.56 | 0.36 | 56.67 | 0.38 | 0.46 |
| Hex | A2 | 9D | 48 | 0 | 3 | 38 | 24 | 39 | 26 | 2E |
| Octal | 242 | 235 | 110 | 0 | 3 | 70 | 44 | 71 | 46 | 56 |
| Binary | 10100010 | 10011101 | 1001000 | 0 | 11 | 111000 | 100100 | 111001 | 100110 | 101110 |
Color Harmonies of #A29D48
Complementary color
Monochromatic Colors of #A29D48
Black with #A29D48
Text Example
Text Example
White with #A29D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29D48; }
p { color: rgb(162,157,72); }
H1.HeaderClassName
{
color: #A29D48;
}
.AnyTagClassName
{
color: #A29D48;
}
</style>
background-color css
<style>
a { background-color: #A29D48; }
a { background-color: rgb(162,157,72); }
div.DivClassName
{
background-color: #A29D48;
}
.BgClassName
{
background-color: #A29D48;
}
</style>
border-color css
<style>
span { border-color: #A29D48; }
span { border-color: rgb(162,157,72); }
td.TdClassName
{
border-color: #A29D48;
}
.TagClassName
{
border-color: #A29D48;
}
</style>