Shades of Brass #ADA039
Tints of Brass #ADA039
RGB
CMYK
RGB Variations
Color information
#ADA039 (or 0xADA039) is known color: Brass. HEX triplet: AD, A0 and 39. RGB value is (173,160,57). Sum of RGB (Red+Green+Blue) = 173+160+57=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 57 (22.66% from 255 or 14.62% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA039 is #525FC6. Grayscale: #989898. Windows color (decimal): -5398471 or 3776685. OLE color: 3776685.
HSL color Cylindrical-coordinate representation of color #ADA039: hue angle of 53.28º 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 #ADA039 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 57 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.32 |
| HSL | 53.28º | 0.5% | 0.45% | - |
| HSV(B) | 53.28º | 0.67% | 0.68% | - |
| XYZ | 30.54 | 34.32 | 8.89 | - |
| YUV | 152.15 | 74.31 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 57 | 0 | 0.08 | 0.67 | 0.32 | 53.28 | 0.5 | 0.45 |
| Hex | AD | A0 | 39 | 0 | 8 | 43 | 20 | 35 | 32 | 2D |
| Octal | 255 | 240 | 71 | 0 | 10 | 103 | 40 | 65 | 62 | 55 |
| Binary | 10101101 | 10100000 | 111001 | 0 | 1000 | 1000011 | 100000 | 110101 | 110010 | 101101 |
Color Harmonies of #ADA039
Complementary color
Monochromatic Colors of #ADA039
Black with #ADA039
Text Example
Text Example
White with #ADA039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA039; }
p { color: rgb(173,160,57); }
H1.HeaderClassName
{
color: #ADA039;
}
.AnyTagClassName
{
color: #ADA039;
}
</style>
background-color css
<style>
a { background-color: #ADA039; }
a { background-color: rgb(173,160,57); }
div.DivClassName
{
background-color: #ADA039;
}
.BgClassName
{
background-color: #ADA039;
}
</style>
border-color css
<style>
span { border-color: #ADA039; }
span { border-color: rgb(173,160,57); }
td.TdClassName
{
border-color: #ADA039;
}
.TagClassName
{
border-color: #ADA039;
}
</style>