Shades of Brass #ADA141
Tints of Brass #ADA141
RGB
CMYK
RGB Variations
Color information
#ADA141 (or 0xADA141) is known color: Brass. HEX triplet: AD, A1 and 41. RGB value is (173,161,65). Sum of RGB (Red+Green+Blue) = 173+161+65=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA141 is #525EBE. Grayscale: #9A9A9A. Windows color (decimal): -5398207 or 4301229. OLE color: 4301229.
HSL color Cylindrical-coordinate representation of color #ADA141: hue angle of 53.33º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADA141 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 65 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.32 |
| HSL | 53.33º | 0.45% | 0.47% | - |
| HSV(B) | 53.33º | 0.62% | 0.68% | - |
| XYZ | 30.93 | 34.76 | 10.08 | - |
| YUV | 153.64 | 77.98 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 65 | 0 | 0.07 | 0.62 | 0.32 | 53.33 | 0.45 | 0.47 |
| Hex | AD | A1 | 41 | 0 | 7 | 3E | 20 | 35 | 2D | 2F |
| Octal | 255 | 241 | 101 | 0 | 7 | 76 | 40 | 65 | 55 | 57 |
| Binary | 10101101 | 10100001 | 1000001 | 0 | 111 | 111110 | 100000 | 110101 | 101101 | 101111 |
Color Harmonies of #ADA141
Complementary color
Monochromatic Colors of #ADA141
Black with #ADA141
Text Example
Text Example
White with #ADA141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA141; }
p { color: rgb(173,161,65); }
H1.HeaderClassName
{
color: #ADA141;
}
.AnyTagClassName
{
color: #ADA141;
}
</style>
background-color css
<style>
a { background-color: #ADA141; }
a { background-color: rgb(173,161,65); }
div.DivClassName
{
background-color: #ADA141;
}
.BgClassName
{
background-color: #ADA141;
}
</style>
border-color css
<style>
span { border-color: #ADA141; }
span { border-color: rgb(173,161,65); }
td.TdClassName
{
border-color: #ADA141;
}
.TagClassName
{
border-color: #ADA141;
}
</style>