Shades of Brass #ADA047
Tints of Brass #ADA047
RGB
CMYK
RGB Variations
Color information
#ADA047 (or 0xADA047) is known color: Brass. HEX triplet: AD, A0 and 47. RGB value is (173,160,71). Sum of RGB (Red+Green+Blue) = 173+160+71=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA047 is #525FB8. Grayscale: #9A9A9A. Windows color (decimal): -5398457 or 4694189. OLE color: 4694189.
HSL color Cylindrical-coordinate representation of color #ADA047: hue angle of 52.35º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADA047 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 71 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.32 |
| HSL | 52.35º | 0.42% | 0.48% | - |
| HSV(B) | 52.35º | 0.59% | 0.68% | - |
| XYZ | 30.94 | 34.48 | 10.99 | - |
| YUV | 153.74 | 81.31 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 71 | 0 | 0.08 | 0.59 | 0.32 | 52.35 | 0.42 | 0.48 |
| Hex | AD | A0 | 47 | 0 | 8 | 3B | 20 | 34 | 2A | 30 |
| Octal | 255 | 240 | 107 | 0 | 10 | 73 | 40 | 64 | 52 | 60 |
| Binary | 10101101 | 10100000 | 1000111 | 0 | 1000 | 111011 | 100000 | 110100 | 101010 | 110000 |
Color Harmonies of #ADA047
Complementary color
Monochromatic Colors of #ADA047
Black with #ADA047
Text Example
Text Example
White with #ADA047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA047; }
p { color: rgb(173,160,71); }
H1.HeaderClassName
{
color: #ADA047;
}
.AnyTagClassName
{
color: #ADA047;
}
</style>
background-color css
<style>
a { background-color: #ADA047; }
a { background-color: rgb(173,160,71); }
div.DivClassName
{
background-color: #ADA047;
}
.BgClassName
{
background-color: #ADA047;
}
</style>
border-color css
<style>
span { border-color: #ADA047; }
span { border-color: rgb(173,160,71); }
td.TdClassName
{
border-color: #ADA047;
}
.TagClassName
{
border-color: #ADA047;
}
</style>