Shades of Brass #AD9F39
Tints of Brass #AD9F39
RGB
CMYK
RGB Variations
Color information
#AD9F39 (or 0xAD9F39) is known color: Brass. HEX triplet: AD, 9F and 39. RGB value is (173,159,57). Sum of RGB (Red+Green+Blue) = 173+159+57=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 57 (22.66% from 255 or 14.65% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9F39 is #5260C6. Grayscale: #979797. Windows color (decimal): -5398727 or 3776429. OLE color: 3776429.
HSL color Cylindrical-coordinate representation of color #AD9F39: hue angle of 52.76º 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 #AD9F39 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 57 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.32 |
| HSL | 52.76º | 0.5% | 0.45% | - |
| HSV(B) | 52.76º | 0.67% | 0.68% | - |
| XYZ | 30.37 | 33.98 | 8.83 | - |
| YUV | 151.56 | 74.64 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 57 | 0 | 0.08 | 0.67 | 0.32 | 52.76 | 0.5 | 0.45 |
| Hex | AD | 9F | 39 | 0 | 8 | 43 | 20 | 35 | 32 | 2D |
| Octal | 255 | 237 | 71 | 0 | 10 | 103 | 40 | 65 | 62 | 55 |
| Binary | 10101101 | 10011111 | 111001 | 0 | 1000 | 1000011 | 100000 | 110101 | 110010 | 101101 |
Color Harmonies of #AD9F39
Complementary color
Monochromatic Colors of #AD9F39
Black with #AD9F39
Text Example
Text Example
White with #AD9F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F39; }
p { color: rgb(173,159,57); }
H1.HeaderClassName
{
color: #AD9F39;
}
.AnyTagClassName
{
color: #AD9F39;
}
</style>
background-color css
<style>
a { background-color: #AD9F39; }
a { background-color: rgb(173,159,57); }
div.DivClassName
{
background-color: #AD9F39;
}
.BgClassName
{
background-color: #AD9F39;
}
</style>
border-color css
<style>
span { border-color: #AD9F39; }
span { border-color: rgb(173,159,57); }
td.TdClassName
{
border-color: #AD9F39;
}
.TagClassName
{
border-color: #AD9F39;
}
</style>