Shades of Brass #ADAA47
Tints of Brass #ADAA47
RGB
CMYK
RGB Variations
Color information
#ADAA47 (or 0xADAA47) is known color: Brass. HEX triplet: AD, AA and 47. RGB value is (173,170,71). Sum of RGB (Red+Green+Blue) = 173+170+71=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 71 (28.12% from 255 or 17.15% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAA47 is #5255B8. Grayscale: #A0A0A0. Windows color (decimal): -5395897 or 4696749. OLE color: 4696749.
HSL color Cylindrical-coordinate representation of color #ADAA47: hue angle of 58.24º 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 #ADAA47 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 71 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.32 |
| HSL | 58.24º | 0.42% | 0.48% | - |
| HSV(B) | 58.24º | 0.59% | 0.68% | - |
| XYZ | 32.75 | 38.09 | 11.59 | - |
| YUV | 159.61 | 77.99 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 71 | 0 | 0.02 | 0.59 | 0.32 | 58.24 | 0.42 | 0.48 |
| Hex | AD | AA | 47 | 0 | 2 | 3B | 20 | 3A | 2A | 30 |
| Octal | 255 | 252 | 107 | 0 | 2 | 73 | 40 | 72 | 52 | 60 |
| Binary | 10101101 | 10101010 | 1000111 | 0 | 10 | 111011 | 100000 | 111010 | 101010 | 110000 |
Color Harmonies of #ADAA47
Complementary color
Monochromatic Colors of #ADAA47
Black with #ADAA47
Text Example
Text Example
White with #ADAA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA47; }
p { color: rgb(173,170,71); }
H1.HeaderClassName
{
color: #ADAA47;
}
.AnyTagClassName
{
color: #ADAA47;
}
</style>
background-color css
<style>
a { background-color: #ADAA47; }
a { background-color: rgb(173,170,71); }
div.DivClassName
{
background-color: #ADAA47;
}
.BgClassName
{
background-color: #ADAA47;
}
</style>
border-color css
<style>
span { border-color: #ADAA47; }
span { border-color: rgb(173,170,71); }
td.TdClassName
{
border-color: #ADAA47;
}
.TagClassName
{
border-color: #ADAA47;
}
</style>