Shades of Brass #ADA350
Tints of Brass #ADA350
RGB
CMYK
RGB Variations
Color information
#ADA350 (or 0xADA350) is known color: Brass. HEX triplet: AD, A3 and 50. RGB value is (173,163,80). Sum of RGB (Red+Green+Blue) = 173+163+80=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA350 is #525CAF. Grayscale: #9C9C9C. Windows color (decimal): -5397680 or 5284781. OLE color: 5284781.
HSL color Cylindrical-coordinate representation of color #ADA350: hue angle of 53.55º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADA350 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 80 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.32 |
| HSL | 53.55º | 0.37% | 0.5% | - |
| HSV(B) | 53.55º | 0.54% | 0.68% | - |
| XYZ | 31.78 | 35.66 | 12.8 | - |
| YUV | 156.53 | 84.81 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 80 | 0 | 0.06 | 0.54 | 0.32 | 53.55 | 0.37 | 0.5 |
| Hex | AD | A3 | 50 | 0 | 6 | 36 | 20 | 36 | 25 | 32 |
| Octal | 255 | 243 | 120 | 0 | 6 | 66 | 40 | 66 | 45 | 62 |
| Binary | 10101101 | 10100011 | 1010000 | 0 | 110 | 110110 | 100000 | 110110 | 100101 | 110010 |
Color Harmonies of #ADA350
Complementary color
Monochromatic Colors of #ADA350
Black with #ADA350
Text Example
Text Example
White with #ADA350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA350; }
p { color: rgb(173,163,80); }
H1.HeaderClassName
{
color: #ADA350;
}
.AnyTagClassName
{
color: #ADA350;
}
</style>
background-color css
<style>
a { background-color: #ADA350; }
a { background-color: rgb(173,163,80); }
div.DivClassName
{
background-color: #ADA350;
}
.BgClassName
{
background-color: #ADA350;
}
</style>
border-color css
<style>
span { border-color: #ADA350; }
span { border-color: rgb(173,163,80); }
td.TdClassName
{
border-color: #ADA350;
}
.TagClassName
{
border-color: #ADA350;
}
</style>