Shades of Brass #ADA551
Tints of Brass #ADA551
RGB
CMYK
RGB Variations
Color information
#ADA551 (or 0xADA551) is known color: Brass. HEX triplet: AD, A5 and 51. RGB value is (173,165,81). Sum of RGB (Red+Green+Blue) = 173+165+81=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA551 is #525AAE. Grayscale: #9E9E9E. Windows color (decimal): -5397167 or 5350829. OLE color: 5350829.
HSL color Cylindrical-coordinate representation of color #ADA551: hue angle of 54.78º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADA551 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 81 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.32 |
| HSL | 54.78º | 0.36% | 0.5% | - |
| HSV(B) | 54.78º | 0.53% | 0.68% | - |
| XYZ | 32.17 | 36.39 | 13.11 | - |
| YUV | 157.82 | 84.65 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 81 | 0 | 0.05 | 0.53 | 0.32 | 54.78 | 0.36 | 0.5 |
| Hex | AD | A5 | 51 | 0 | 5 | 35 | 20 | 37 | 24 | 32 |
| Octal | 255 | 245 | 121 | 0 | 5 | 65 | 40 | 67 | 44 | 62 |
| Binary | 10101101 | 10100101 | 1010001 | 0 | 101 | 110101 | 100000 | 110111 | 100100 | 110010 |
Color Harmonies of #ADA551
Complementary color
Monochromatic Colors of #ADA551
Black with #ADA551
Text Example
Text Example
White with #ADA551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA551; }
p { color: rgb(173,165,81); }
H1.HeaderClassName
{
color: #ADA551;
}
.AnyTagClassName
{
color: #ADA551;
}
</style>
background-color css
<style>
a { background-color: #ADA551; }
a { background-color: rgb(173,165,81); }
div.DivClassName
{
background-color: #ADA551;
}
.BgClassName
{
background-color: #ADA551;
}
</style>
border-color css
<style>
span { border-color: #ADA551; }
span { border-color: rgb(173,165,81); }
td.TdClassName
{
border-color: #ADA551;
}
.TagClassName
{
border-color: #ADA551;
}
</style>