Shades of Brass #ADA550
Tints of Brass #ADA550
RGB
CMYK
RGB Variations
Color information
#ADA550 (or 0xADA550) is known color: Brass. HEX triplet: AD, A5 and 50. RGB value is (173,165,80). Sum of RGB (Red+Green+Blue) = 173+165+80=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA550 is #525AAF. Grayscale: #9E9E9E. Windows color (decimal): -5397168 or 5285293. OLE color: 5285293.
HSL color Cylindrical-coordinate representation of color #ADA550: hue angle of 54.84º 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 #ADA550 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 80 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.32 |
| HSL | 54.84º | 0.37% | 0.5% | - |
| HSV(B) | 54.84º | 0.54% | 0.68% | - |
| XYZ | 32.14 | 36.37 | 12.92 | - |
| YUV | 157.7 | 84.15 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 80 | 0 | 0.05 | 0.54 | 0.32 | 54.84 | 0.37 | 0.5 |
| Hex | AD | A5 | 50 | 0 | 5 | 36 | 20 | 37 | 25 | 32 |
| Octal | 255 | 245 | 120 | 0 | 5 | 66 | 40 | 67 | 45 | 62 |
| Binary | 10101101 | 10100101 | 1010000 | 0 | 101 | 110110 | 100000 | 110111 | 100101 | 110010 |
Color Harmonies of #ADA550
Complementary color
Monochromatic Colors of #ADA550
Black with #ADA550
Text Example
Text Example
White with #ADA550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA550; }
p { color: rgb(173,165,80); }
H1.HeaderClassName
{
color: #ADA550;
}
.AnyTagClassName
{
color: #ADA550;
}
</style>
background-color css
<style>
a { background-color: #ADA550; }
a { background-color: rgb(173,165,80); }
div.DivClassName
{
background-color: #ADA550;
}
.BgClassName
{
background-color: #ADA550;
}
</style>
border-color css
<style>
span { border-color: #ADA550; }
span { border-color: rgb(173,165,80); }
td.TdClassName
{
border-color: #ADA550;
}
.TagClassName
{
border-color: #ADA550;
}
</style>