Shades of Brass #AD9F34
Tints of Brass #AD9F34
RGB
CMYK
RGB Variations
Color information
#AD9F34 (or 0xAD9F34) is known color: Brass. HEX triplet: AD, 9F and 34. RGB value is (173,159,52). Sum of RGB (Red+Green+Blue) = 173+159+52=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9F34 is #5260CB. Grayscale: #979797. Windows color (decimal): -5398732 or 3448749. OLE color: 3448749.
HSL color Cylindrical-coordinate representation of color #AD9F34: hue angle of 53.06º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD9F34 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 52 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.32 |
| HSL | 53.06º | 0.54% | 0.44% | - |
| HSV(B) | 53.06º | 0.7% | 0.68% | - |
| XYZ | 30.25 | 33.93 | 8.2 | - |
| YUV | 150.99 | 72.14 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 52 | 0 | 0.08 | 0.70 | 0.32 | 53.06 | 0.54 | 0.44 |
| Hex | AD | 9F | 34 | 0 | 8 | 46 | 20 | 35 | 36 | 2C |
| Octal | 255 | 237 | 64 | 0 | 10 | 106 | 40 | 65 | 66 | 54 |
| Binary | 10101101 | 10011111 | 110100 | 0 | 1000 | 1000110 | 100000 | 110101 | 110110 | 101100 |
Color Harmonies of #AD9F34
Complementary color
Monochromatic Colors of #AD9F34
Black with #AD9F34
Text Example
Text Example
White with #AD9F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F34; }
p { color: rgb(173,159,52); }
H1.HeaderClassName
{
color: #AD9F34;
}
.AnyTagClassName
{
color: #AD9F34;
}
</style>
background-color css
<style>
a { background-color: #AD9F34; }
a { background-color: rgb(173,159,52); }
div.DivClassName
{
background-color: #AD9F34;
}
.BgClassName
{
background-color: #AD9F34;
}
</style>
border-color css
<style>
span { border-color: #AD9F34; }
span { border-color: rgb(173,159,52); }
td.TdClassName
{
border-color: #AD9F34;
}
.TagClassName
{
border-color: #AD9F34;
}
</style>