Shades of Brass #ADA839
Tints of Brass #ADA839
RGB
CMYK
RGB Variations
Color information
#ADA839 (or 0xADA839) is known color: Brass. HEX triplet: AD, A8 and 39. RGB value is (173,168,57). Sum of RGB (Red+Green+Blue) = 173+168+57=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 57 (22.66% from 255 or 14.32% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA839 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA839 is #5257C6. Grayscale: #9D9D9D. Windows color (decimal): -5396423 or 3778733. OLE color: 3778733.
HSL color Cylindrical-coordinate representation of color #ADA839: hue angle of 57.41º 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 #ADA839 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 57 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.32 |
| HSL | 57.41º | 0.5% | 0.45% | - |
| HSV(B) | 57.41º | 0.67% | 0.68% | - |
| XYZ | 31.97 | 37.18 | 9.36 | - |
| YUV | 156.84 | 71.66 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 57 | 0 | 0.03 | 0.67 | 0.32 | 57.41 | 0.5 | 0.45 |
| Hex | AD | A8 | 39 | 0 | 3 | 43 | 20 | 39 | 32 | 2D |
| Octal | 255 | 250 | 71 | 0 | 3 | 103 | 40 | 71 | 62 | 55 |
| Binary | 10101101 | 10101000 | 111001 | 0 | 11 | 1000011 | 100000 | 111001 | 110010 | 101101 |
Color Harmonies of #ADA839
Complementary color
Monochromatic Colors of #ADA839
Black with #ADA839
Text Example
Text Example
White with #ADA839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA839; }
p { color: rgb(173,168,57); }
H1.HeaderClassName
{
color: #ADA839;
}
.AnyTagClassName
{
color: #ADA839;
}
</style>
background-color css
<style>
a { background-color: #ADA839; }
a { background-color: rgb(173,168,57); }
div.DivClassName
{
background-color: #ADA839;
}
.BgClassName
{
background-color: #ADA839;
}
</style>
border-color css
<style>
span { border-color: #ADA839; }
span { border-color: rgb(173,168,57); }
td.TdClassName
{
border-color: #ADA839;
}
.TagClassName
{
border-color: #ADA839;
}
</style>