Shades of Brass #ADA547
Tints of Brass #ADA547
RGB
CMYK
RGB Variations
Color information
#ADA547 (or 0xADA547) is known color: Brass. HEX triplet: AD, A5 and 47. RGB value is (173,165,71). Sum of RGB (Red+Green+Blue) = 173+165+71=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA547 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA547 is #525AB8. Grayscale: #9D9D9D. Windows color (decimal): -5397177 or 4695469. OLE color: 4695469.
HSL color Cylindrical-coordinate representation of color #ADA547: hue angle of 55.29º 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 #ADA547 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 71 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.32 |
| HSL | 55.29º | 0.42% | 0.48% | - |
| HSV(B) | 55.29º | 0.59% | 0.68% | - |
| XYZ | 31.83 | 36.25 | 11.28 | - |
| YUV | 156.68 | 79.65 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 71 | 0 | 0.05 | 0.59 | 0.32 | 55.29 | 0.42 | 0.48 |
| Hex | AD | A5 | 47 | 0 | 5 | 3B | 20 | 37 | 2A | 30 |
| Octal | 255 | 245 | 107 | 0 | 5 | 73 | 40 | 67 | 52 | 60 |
| Binary | 10101101 | 10100101 | 1000111 | 0 | 101 | 111011 | 100000 | 110111 | 101010 | 110000 |
Color Harmonies of #ADA547
Complementary color
Monochromatic Colors of #ADA547
Black with #ADA547
Text Example
Text Example
White with #ADA547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA547; }
p { color: rgb(173,165,71); }
H1.HeaderClassName
{
color: #ADA547;
}
.AnyTagClassName
{
color: #ADA547;
}
</style>
background-color css
<style>
a { background-color: #ADA547; }
a { background-color: rgb(173,165,71); }
div.DivClassName
{
background-color: #ADA547;
}
.BgClassName
{
background-color: #ADA547;
}
</style>
border-color css
<style>
span { border-color: #ADA547; }
span { border-color: rgb(173,165,71); }
td.TdClassName
{
border-color: #ADA547;
}
.TagClassName
{
border-color: #ADA547;
}
</style>