Shades of Brass #ADA450
Tints of Brass #ADA450
RGB
CMYK
RGB Variations
Color information
#ADA450 (or 0xADA450) is known color: Brass. HEX triplet: AD, A4 and 50. RGB value is (173,164,80). Sum of RGB (Red+Green+Blue) = 173+164+80=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA450 is #525BAF. Grayscale: #9D9D9D. Windows color (decimal): -5397424 or 5285037. OLE color: 5285037.
HSL color Cylindrical-coordinate representation of color #ADA450: hue angle of 54.19º 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 #ADA450 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 164 | 80 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.32 |
| HSL | 54.19º | 0.37% | 0.5% | - |
| HSV(B) | 54.19º | 0.54% | 0.68% | - |
| XYZ | 31.96 | 36.01 | 12.86 | - |
| YUV | 157.12 | 84.48 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 80 | 0 | 0.05 | 0.54 | 0.32 | 54.19 | 0.37 | 0.5 |
| Hex | AD | A4 | 50 | 0 | 5 | 36 | 20 | 36 | 25 | 32 |
| Octal | 255 | 244 | 120 | 0 | 5 | 66 | 40 | 66 | 45 | 62 |
| Binary | 10101101 | 10100100 | 1010000 | 0 | 101 | 110110 | 100000 | 110110 | 100101 | 110010 |
Color Harmonies of #ADA450
Complementary color
Monochromatic Colors of #ADA450
Black with #ADA450
Text Example
Text Example
White with #ADA450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA450; }
p { color: rgb(173,164,80); }
H1.HeaderClassName
{
color: #ADA450;
}
.AnyTagClassName
{
color: #ADA450;
}
</style>
background-color css
<style>
a { background-color: #ADA450; }
a { background-color: rgb(173,164,80); }
div.DivClassName
{
background-color: #ADA450;
}
.BgClassName
{
background-color: #ADA450;
}
</style>
border-color css
<style>
span { border-color: #ADA450; }
span { border-color: rgb(173,164,80); }
td.TdClassName
{
border-color: #ADA450;
}
.TagClassName
{
border-color: #ADA450;
}
</style>