Shades of Brass #AD9F36
Tints of Brass #AD9F36
RGB
CMYK
RGB Variations
Color information
#AD9F36 (or 0xAD9F36) is known color: Brass. HEX triplet: AD, 9F and 36. RGB value is (173,159,54). Sum of RGB (Red+Green+Blue) = 173+159+54=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 54 (21.48% from 255 or 13.99% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9F36 is #5260C9. Grayscale: #979797. Windows color (decimal): -5398730 or 3579821. OLE color: 3579821.
HSL color Cylindrical-coordinate representation of color #AD9F36: hue angle of 52.94º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD9F36 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 54 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.32 |
| HSL | 52.94º | 0.52% | 0.45% | - |
| HSV(B) | 52.94º | 0.69% | 0.68% | - |
| XYZ | 30.3 | 33.95 | 8.45 | - |
| YUV | 151.22 | 73.14 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 54 | 0 | 0.08 | 0.69 | 0.32 | 52.94 | 0.52 | 0.45 |
| Hex | AD | 9F | 36 | 0 | 8 | 45 | 20 | 35 | 34 | 2D |
| Octal | 255 | 237 | 66 | 0 | 10 | 105 | 40 | 65 | 64 | 55 |
| Binary | 10101101 | 10011111 | 110110 | 0 | 1000 | 1000101 | 100000 | 110101 | 110100 | 101101 |
Color Harmonies of #AD9F36
Complementary color
Monochromatic Colors of #AD9F36
Black with #AD9F36
Text Example
Text Example
White with #AD9F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F36; }
p { color: rgb(173,159,54); }
H1.HeaderClassName
{
color: #AD9F36;
}
.AnyTagClassName
{
color: #AD9F36;
}
</style>
background-color css
<style>
a { background-color: #AD9F36; }
a { background-color: rgb(173,159,54); }
div.DivClassName
{
background-color: #AD9F36;
}
.BgClassName
{
background-color: #AD9F36;
}
</style>
border-color css
<style>
span { border-color: #AD9F36; }
span { border-color: rgb(173,159,54); }
td.TdClassName
{
border-color: #AD9F36;
}
.TagClassName
{
border-color: #AD9F36;
}
</style>