Shades of Brass #ADA146
Tints of Brass #ADA146
RGB
CMYK
RGB Variations
Color information
#ADA146 (or 0xADA146) is known color: Brass. HEX triplet: AD, A1 and 46. RGB value is (173,161,70). Sum of RGB (Red+Green+Blue) = 173+161+70=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA146 is #525EB9. Grayscale: #9A9A9A. Windows color (decimal): -5398202 or 4628909. OLE color: 4628909.
HSL color Cylindrical-coordinate representation of color #ADA146: hue angle of 53.01º 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 #ADA146 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 70 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.32 |
| HSL | 53.01º | 0.42% | 0.48% | - |
| HSV(B) | 53.01º | 0.6% | 0.68% | - |
| XYZ | 31.08 | 34.82 | 10.88 | - |
| YUV | 154.21 | 80.48 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 70 | 0 | 0.07 | 0.60 | 0.32 | 53.01 | 0.42 | 0.48 |
| Hex | AD | A1 | 46 | 0 | 7 | 3C | 20 | 35 | 2A | 30 |
| Octal | 255 | 241 | 106 | 0 | 7 | 74 | 40 | 65 | 52 | 60 |
| Binary | 10101101 | 10100001 | 1000110 | 0 | 111 | 111100 | 100000 | 110101 | 101010 | 110000 |
Color Harmonies of #ADA146
Complementary color
Monochromatic Colors of #ADA146
Black with #ADA146
Text Example
Text Example
White with #ADA146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA146; }
p { color: rgb(173,161,70); }
H1.HeaderClassName
{
color: #ADA146;
}
.AnyTagClassName
{
color: #ADA146;
}
</style>
background-color css
<style>
a { background-color: #ADA146; }
a { background-color: rgb(173,161,70); }
div.DivClassName
{
background-color: #ADA146;
}
.BgClassName
{
background-color: #ADA146;
}
</style>
border-color css
<style>
span { border-color: #ADA146; }
span { border-color: rgb(173,161,70); }
td.TdClassName
{
border-color: #ADA146;
}
.TagClassName
{
border-color: #ADA146;
}
</style>