Shades of Brass #ADA750
Tints of Brass #ADA750
RGB
CMYK
RGB Variations
Color information
#ADA750 (or 0xADA750) is known color: Brass. HEX triplet: AD, A7 and 50. RGB value is (173,167,80). Sum of RGB (Red+Green+Blue) = 173+167+80=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA750 is #5258AF. Grayscale: #9F9F9F. Windows color (decimal): -5396656 or 5285805. OLE color: 5285805.
HSL color Cylindrical-coordinate representation of color #ADA750: hue angle of 56.13º 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 #ADA750 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 80 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.32 |
| HSL | 56.13º | 0.37% | 0.5% | - |
| HSV(B) | 56.13º | 0.54% | 0.68% | - |
| XYZ | 32.5 | 37.1 | 13.04 | - |
| YUV | 158.88 | 83.49 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 80 | 0 | 0.03 | 0.54 | 0.32 | 56.13 | 0.37 | 0.5 |
| Hex | AD | A7 | 50 | 0 | 3 | 36 | 20 | 38 | 25 | 32 |
| Octal | 255 | 247 | 120 | 0 | 3 | 66 | 40 | 70 | 45 | 62 |
| Binary | 10101101 | 10100111 | 1010000 | 0 | 11 | 110110 | 100000 | 111000 | 100101 | 110010 |
Color Harmonies of #ADA750
Complementary color
Monochromatic Colors of #ADA750
Black with #ADA750
Text Example
Text Example
White with #ADA750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA750; }
p { color: rgb(173,167,80); }
H1.HeaderClassName
{
color: #ADA750;
}
.AnyTagClassName
{
color: #ADA750;
}
</style>
background-color css
<style>
a { background-color: #ADA750; }
a { background-color: rgb(173,167,80); }
div.DivClassName
{
background-color: #ADA750;
}
.BgClassName
{
background-color: #ADA750;
}
</style>
border-color css
<style>
span { border-color: #ADA750; }
span { border-color: rgb(173,167,80); }
td.TdClassName
{
border-color: #ADA750;
}
.TagClassName
{
border-color: #ADA750;
}
</style>