Shades of Brass #ADAD49
Tints of Brass #ADAD49
RGB
CMYK
RGB Variations
Color information
#ADAD49 (or 0xADAD49) is known color: Brass. HEX triplet: AD, AD and 49. RGB value is (173,173,73). Sum of RGB (Red+Green+Blue) = 173+173+73=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 73 (28.91% from 255 or 17.42% from 419); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAD49 is #5252B6. Grayscale: #A2A2A2. Windows color (decimal): -5395127 or 4828589. OLE color: 4828589.
HSL color Cylindrical-coordinate representation of color #ADAD49: hue angle of 60º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADAD49 is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 73 | - |
| CMYK | 0 | 0 | 0.58 | 0.32 |
| HSL | 60º | 0.41% | 0.48% | - |
| HSV(B) | 60º | 0.58% | 0.68% | - |
| XYZ | 33.38 | 39.25 | 12.12 | - |
| YUV | 161.6 | 78 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 73 | 0 | 0 | 0.58 | 0.32 | 60 | 0.41 | 0.48 |
| Hex | AD | AD | 49 | 0 | 0 | 3A | 20 | 3C | 29 | 30 |
| Octal | 255 | 255 | 111 | 0 | 0 | 72 | 40 | 74 | 51 | 60 |
| Binary | 10101101 | 10101101 | 1001001 | 0 | 0 | 111010 | 100000 | 111100 | 101001 | 110000 |
Color Harmonies of #ADAD49
Complementary color
Monochromatic Colors of #ADAD49
Black with #ADAD49
Text Example
Text Example
White with #ADAD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD49; }
p { color: rgb(173,173,73); }
H1.HeaderClassName
{
color: #ADAD49;
}
.AnyTagClassName
{
color: #ADAD49;
}
</style>
background-color css
<style>
a { background-color: #ADAD49; }
a { background-color: rgb(173,173,73); }
div.DivClassName
{
background-color: #ADAD49;
}
.BgClassName
{
background-color: #ADAD49;
}
</style>
border-color css
<style>
span { border-color: #ADAD49; }
span { border-color: rgb(173,173,73); }
td.TdClassName
{
border-color: #ADAD49;
}
.TagClassName
{
border-color: #ADAD49;
}
</style>