Shades of Brass #ADA148
Tints of Brass #ADA148
RGB
CMYK
RGB Variations
Color information
#ADA148 (or 0xADA148) is known color: Brass. HEX triplet: AD, A1 and 48. RGB value is (173,161,72). Sum of RGB (Red+Green+Blue) = 173+161+72=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA148 is #525EB7. Grayscale: #9A9A9A. Windows color (decimal): -5398200 or 4759981. OLE color: 4759981.
HSL color Cylindrical-coordinate representation of color #ADA148: hue angle of 52.87º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADA148 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 72 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.32 |
| HSL | 52.87º | 0.41% | 0.48% | - |
| HSV(B) | 52.87º | 0.58% | 0.68% | - |
| XYZ | 31.15 | 34.84 | 11.21 | - |
| YUV | 154.44 | 81.48 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 72 | 0 | 0.07 | 0.58 | 0.32 | 52.87 | 0.41 | 0.48 |
| Hex | AD | A1 | 48 | 0 | 7 | 3A | 20 | 35 | 29 | 30 |
| Octal | 255 | 241 | 110 | 0 | 7 | 72 | 40 | 65 | 51 | 60 |
| Binary | 10101101 | 10100001 | 1001000 | 0 | 111 | 111010 | 100000 | 110101 | 101001 | 110000 |
Color Harmonies of #ADA148
Complementary color
Monochromatic Colors of #ADA148
Black with #ADA148
Text Example
Text Example
White with #ADA148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA148; }
p { color: rgb(173,161,72); }
H1.HeaderClassName
{
color: #ADA148;
}
.AnyTagClassName
{
color: #ADA148;
}
</style>
background-color css
<style>
a { background-color: #ADA148; }
a { background-color: rgb(173,161,72); }
div.DivClassName
{
background-color: #ADA148;
}
.BgClassName
{
background-color: #ADA148;
}
</style>
border-color css
<style>
span { border-color: #ADA148; }
span { border-color: rgb(173,161,72); }
td.TdClassName
{
border-color: #ADA148;
}
.TagClassName
{
border-color: #ADA148;
}
</style>