Shades of Brass #ADAC47
Tints of Brass #ADAC47
RGB
CMYK
RGB Variations
Color information
#ADAC47 (or 0xADAC47) is known color: Brass. HEX triplet: AD, AC and 47. RGB value is (173,172,71). Sum of RGB (Red+Green+Blue) = 173+172+71=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 71 (28.12% from 255 or 17.07% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC47 is #5253B8. Grayscale: #A1A1A1. Windows color (decimal): -5395385 or 4697261. OLE color: 4697261.
HSL color Cylindrical-coordinate representation of color #ADAC47: hue angle of 59.41º 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 #ADAC47 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 71 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.32 |
| HSL | 59.41º | 0.42% | 0.48% | - |
| HSV(B) | 59.41º | 0.59% | 0.68% | - |
| XYZ | 33.12 | 38.84 | 11.71 | - |
| YUV | 160.79 | 77.33 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 71 | 0 | 0.01 | 0.59 | 0.32 | 59.41 | 0.42 | 0.48 |
| Hex | AD | AC | 47 | 0 | 1 | 3B | 20 | 3B | 2A | 30 |
| Octal | 255 | 254 | 107 | 0 | 1 | 73 | 40 | 73 | 52 | 60 |
| Binary | 10101101 | 10101100 | 1000111 | 0 | 1 | 111011 | 100000 | 111011 | 101010 | 110000 |
Color Harmonies of #ADAC47
Complementary color
Monochromatic Colors of #ADAC47
Black with #ADAC47
Text Example
Text Example
White with #ADAC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC47; }
p { color: rgb(173,172,71); }
H1.HeaderClassName
{
color: #ADAC47;
}
.AnyTagClassName
{
color: #ADAC47;
}
</style>
background-color css
<style>
a { background-color: #ADAC47; }
a { background-color: rgb(173,172,71); }
div.DivClassName
{
background-color: #ADAC47;
}
.BgClassName
{
background-color: #ADAC47;
}
</style>
border-color css
<style>
span { border-color: #ADAC47; }
span { border-color: rgb(173,172,71); }
td.TdClassName
{
border-color: #ADAC47;
}
.TagClassName
{
border-color: #ADAC47;
}
</style>