Shades of Brass #ADA145
Tints of Brass #ADA145
RGB
CMYK
RGB Variations
Color information
#ADA145 (or 0xADA145) is known color: Brass. HEX triplet: AD, A1 and 45. RGB value is (173,161,69). Sum of RGB (Red+Green+Blue) = 173+161+69=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA145 is #525EBA. Grayscale: #9A9A9A. Windows color (decimal): -5398203 or 4563373. OLE color: 4563373.
HSL color Cylindrical-coordinate representation of color #ADA145: hue angle of 53.08º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADA145 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 69 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.32 |
| HSL | 53.08º | 0.43% | 0.47% | - |
| HSV(B) | 53.08º | 0.6% | 0.68% | - |
| XYZ | 31.05 | 34.8 | 10.71 | - |
| YUV | 154.1 | 79.98 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 69 | 0 | 0.07 | 0.60 | 0.32 | 53.08 | 0.43 | 0.47 |
| Hex | AD | A1 | 45 | 0 | 7 | 3C | 20 | 35 | 2B | 2F |
| Octal | 255 | 241 | 105 | 0 | 7 | 74 | 40 | 65 | 53 | 57 |
| Binary | 10101101 | 10100001 | 1000101 | 0 | 111 | 111100 | 100000 | 110101 | 101011 | 101111 |
Color Harmonies of #ADA145
Complementary color
Monochromatic Colors of #ADA145
Black with #ADA145
Text Example
Text Example
White with #ADA145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA145; }
p { color: rgb(173,161,69); }
H1.HeaderClassName
{
color: #ADA145;
}
.AnyTagClassName
{
color: #ADA145;
}
</style>
background-color css
<style>
a { background-color: #ADA145; }
a { background-color: rgb(173,161,69); }
div.DivClassName
{
background-color: #ADA145;
}
.BgClassName
{
background-color: #ADA145;
}
</style>
border-color css
<style>
span { border-color: #ADA145; }
span { border-color: rgb(173,161,69); }
td.TdClassName
{
border-color: #ADA145;
}
.TagClassName
{
border-color: #ADA145;
}
</style>