Shades of Brass #AD9F33
Tints of Brass #AD9F33
RGB
CMYK
RGB Variations
Color information
#AD9F33 (or 0xAD9F33) is known color: Brass. HEX triplet: AD, 9F and 33. RGB value is (173,159,51). Sum of RGB (Red+Green+Blue) = 173+159+51=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9F33 is #5260CC. Grayscale: #979797. Windows color (decimal): -5398733 or 3383213. OLE color: 3383213.
HSL color Cylindrical-coordinate representation of color #AD9F33: hue angle of 53.11º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD9F33 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 51 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.32 |
| HSL | 53.11º | 0.54% | 0.44% | - |
| HSV(B) | 53.11º | 0.71% | 0.68% | - |
| XYZ | 30.23 | 33.92 | 8.09 | - |
| YUV | 150.87 | 71.64 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 51 | 0 | 0.08 | 0.71 | 0.32 | 53.11 | 0.54 | 0.44 |
| Hex | AD | 9F | 33 | 0 | 8 | 47 | 20 | 35 | 36 | 2C |
| Octal | 255 | 237 | 63 | 0 | 10 | 107 | 40 | 65 | 66 | 54 |
| Binary | 10101101 | 10011111 | 110011 | 0 | 1000 | 1000111 | 100000 | 110101 | 110110 | 101100 |
Color Harmonies of #AD9F33
Complementary color
Monochromatic Colors of #AD9F33
Black with #AD9F33
Text Example
Text Example
White with #AD9F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F33; }
p { color: rgb(173,159,51); }
H1.HeaderClassName
{
color: #AD9F33;
}
.AnyTagClassName
{
color: #AD9F33;
}
</style>
background-color css
<style>
a { background-color: #AD9F33; }
a { background-color: rgb(173,159,51); }
div.DivClassName
{
background-color: #AD9F33;
}
.BgClassName
{
background-color: #AD9F33;
}
</style>
border-color css
<style>
span { border-color: #AD9F33; }
span { border-color: rgb(173,159,51); }
td.TdClassName
{
border-color: #AD9F33;
}
.TagClassName
{
border-color: #AD9F33;
}
</style>