Shades of Brass #ADA947
Tints of Brass #ADA947
RGB
CMYK
RGB Variations
Color information
#ADA947 (or 0xADA947) is known color: Brass. HEX triplet: AD, A9 and 47. RGB value is (173,169,71). Sum of RGB (Red+Green+Blue) = 173+169+71=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 71 (28.12% from 255 or 17.19% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA947 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA947 is #5256B8. Grayscale: #9F9F9F. Windows color (decimal): -5396153 or 4696493. OLE color: 4696493.
HSL color Cylindrical-coordinate representation of color #ADA947: hue angle of 57.65º 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 #ADA947 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 71 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.32 |
| HSL | 57.65º | 0.42% | 0.48% | - |
| HSV(B) | 57.65º | 0.59% | 0.68% | - |
| XYZ | 32.56 | 37.72 | 11.52 | - |
| YUV | 159.02 | 78.33 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 71 | 0 | 0.02 | 0.59 | 0.32 | 57.65 | 0.42 | 0.48 |
| Hex | AD | A9 | 47 | 0 | 2 | 3B | 20 | 3A | 2A | 30 |
| Octal | 255 | 251 | 107 | 0 | 2 | 73 | 40 | 72 | 52 | 60 |
| Binary | 10101101 | 10101001 | 1000111 | 0 | 10 | 111011 | 100000 | 111010 | 101010 | 110000 |
Color Harmonies of #ADA947
Complementary color
Monochromatic Colors of #ADA947
Black with #ADA947
Text Example
Text Example
White with #ADA947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA947; }
p { color: rgb(173,169,71); }
H1.HeaderClassName
{
color: #ADA947;
}
.AnyTagClassName
{
color: #ADA947;
}
</style>
background-color css
<style>
a { background-color: #ADA947; }
a { background-color: rgb(173,169,71); }
div.DivClassName
{
background-color: #ADA947;
}
.BgClassName
{
background-color: #ADA947;
}
</style>
border-color css
<style>
span { border-color: #ADA947; }
span { border-color: rgb(173,169,71); }
td.TdClassName
{
border-color: #ADA947;
}
.TagClassName
{
border-color: #ADA947;
}
</style>