Shades of Brass #ADA139
Tints of Brass #ADA139
RGB
CMYK
RGB Variations
Color information
#ADA139 (or 0xADA139) is known color: Brass. HEX triplet: AD, A1 and 39. RGB value is (173,161,57). Sum of RGB (Red+Green+Blue) = 173+161+57=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 57 (22.66% from 255 or 14.58% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA139 is #525EC6. Grayscale: #999999. Windows color (decimal): -5398215 or 3776941. OLE color: 3776941.
HSL color Cylindrical-coordinate representation of color #ADA139: hue angle of 53.79º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADA139 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 57 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.32 |
| HSL | 53.79º | 0.5% | 0.45% | - |
| HSV(B) | 53.79º | 0.67% | 0.68% | - |
| XYZ | 30.72 | 34.67 | 8.94 | - |
| YUV | 152.73 | 73.98 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 57 | 0 | 0.07 | 0.67 | 0.32 | 53.79 | 0.5 | 0.45 |
| Hex | AD | A1 | 39 | 0 | 7 | 43 | 20 | 36 | 32 | 2D |
| Octal | 255 | 241 | 71 | 0 | 7 | 103 | 40 | 66 | 62 | 55 |
| Binary | 10101101 | 10100001 | 111001 | 0 | 111 | 1000011 | 100000 | 110110 | 110010 | 101101 |
Color Harmonies of #ADA139
Complementary color
Monochromatic Colors of #ADA139
Black with #ADA139
Text Example
Text Example
White with #ADA139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA139; }
p { color: rgb(173,161,57); }
H1.HeaderClassName
{
color: #ADA139;
}
.AnyTagClassName
{
color: #ADA139;
}
</style>
background-color css
<style>
a { background-color: #ADA139; }
a { background-color: rgb(173,161,57); }
div.DivClassName
{
background-color: #ADA139;
}
.BgClassName
{
background-color: #ADA139;
}
</style>
border-color css
<style>
span { border-color: #ADA139; }
span { border-color: rgb(173,161,57); }
td.TdClassName
{
border-color: #ADA139;
}
.TagClassName
{
border-color: #ADA139;
}
</style>