Shades of Brass #ADA346
Tints of Brass #ADA346
RGB
CMYK
RGB Variations
Color information
#ADA346 (or 0xADA346) is known color: Brass. HEX triplet: AD, A3 and 46. RGB value is (173,163,70). Sum of RGB (Red+Green+Blue) = 173+163+70=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 70 (27.73% from 255 or 17.24% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA346 is #525CB9. Grayscale: #9B9B9B. Windows color (decimal): -5397690 or 4629421. OLE color: 4629421.
HSL color Cylindrical-coordinate representation of color #ADA346: hue angle of 54.17º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADA346 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 70 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.32 |
| HSL | 54.17º | 0.42% | 0.48% | - |
| HSV(B) | 54.17º | 0.6% | 0.68% | - |
| XYZ | 31.44 | 35.52 | 10.99 | - |
| YUV | 155.39 | 79.81 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 70 | 0 | 0.06 | 0.60 | 0.32 | 54.17 | 0.42 | 0.48 |
| Hex | AD | A3 | 46 | 0 | 6 | 3C | 20 | 36 | 2A | 30 |
| Octal | 255 | 243 | 106 | 0 | 6 | 74 | 40 | 66 | 52 | 60 |
| Binary | 10101101 | 10100011 | 1000110 | 0 | 110 | 111100 | 100000 | 110110 | 101010 | 110000 |
Color Harmonies of #ADA346
Complementary color
Monochromatic Colors of #ADA346
Black with #ADA346
Text Example
Text Example
White with #ADA346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA346; }
p { color: rgb(173,163,70); }
H1.HeaderClassName
{
color: #ADA346;
}
.AnyTagClassName
{
color: #ADA346;
}
</style>
background-color css
<style>
a { background-color: #ADA346; }
a { background-color: rgb(173,163,70); }
div.DivClassName
{
background-color: #ADA346;
}
.BgClassName
{
background-color: #ADA346;
}
</style>
border-color css
<style>
span { border-color: #ADA346; }
span { border-color: rgb(173,163,70); }
td.TdClassName
{
border-color: #ADA346;
}
.TagClassName
{
border-color: #ADA346;
}
</style>