Shades of Brass #AD9F47
Tints of Brass #AD9F47
RGB
CMYK
RGB Variations
Color information
#AD9F47 (or 0xAD9F47) is known color: Brass. HEX triplet: AD, 9F and 47. RGB value is (173,159,71). Sum of RGB (Red+Green+Blue) = 173+159+71=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 71 (28.12% from 255 or 17.62% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9F47 is #5260B8. Grayscale: #999999. Windows color (decimal): -5398713 or 4693933. OLE color: 4693933.
HSL color Cylindrical-coordinate representation of color #AD9F47: hue angle of 51.76º 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 #AD9F47 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 71 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.32 |
| HSL | 51.76º | 0.42% | 0.48% | - |
| HSV(B) | 51.76º | 0.59% | 0.68% | - |
| XYZ | 30.77 | 34.14 | 10.93 | - |
| YUV | 153.15 | 81.64 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 71 | 0 | 0.08 | 0.59 | 0.32 | 51.76 | 0.42 | 0.48 |
| Hex | AD | 9F | 47 | 0 | 8 | 3B | 20 | 34 | 2A | 30 |
| Octal | 255 | 237 | 107 | 0 | 10 | 73 | 40 | 64 | 52 | 60 |
| Binary | 10101101 | 10011111 | 1000111 | 0 | 1000 | 111011 | 100000 | 110100 | 101010 | 110000 |
Color Harmonies of #AD9F47
Complementary color
Monochromatic Colors of #AD9F47
Black with #AD9F47
Text Example
Text Example
White with #AD9F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F47; }
p { color: rgb(173,159,71); }
H1.HeaderClassName
{
color: #AD9F47;
}
.AnyTagClassName
{
color: #AD9F47;
}
</style>
background-color css
<style>
a { background-color: #AD9F47; }
a { background-color: rgb(173,159,71); }
div.DivClassName
{
background-color: #AD9F47;
}
.BgClassName
{
background-color: #AD9F47;
}
</style>
border-color css
<style>
span { border-color: #AD9F47; }
span { border-color: rgb(173,159,71); }
td.TdClassName
{
border-color: #AD9F47;
}
.TagClassName
{
border-color: #AD9F47;
}
</style>