Shades of Brass #AD9F3B
Tints of Brass #AD9F3B
RGB
CMYK
RGB Variations
Color information
#AD9F3B (or 0xAD9F3B) is known color: Brass. HEX triplet: AD, 9F and 3B. RGB value is (173,159,59). Sum of RGB (Red+Green+Blue) = 173+159+59=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 59 (23.44% from 255 or 15.09% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9F3B is #5260C4. Grayscale: #989898. Windows color (decimal): -5398725 or 3907501. OLE color: 3907501.
HSL color Cylindrical-coordinate representation of color #AD9F3B: hue angle of 52.63º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD9F3B is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 59 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.32 |
| HSL | 52.63º | 0.49% | 0.45% | - |
| HSV(B) | 52.63º | 0.66% | 0.68% | - |
| XYZ | 30.42 | 34 | 9.1 | - |
| YUV | 151.79 | 75.64 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 59 | 0 | 0.08 | 0.66 | 0.32 | 52.63 | 0.49 | 0.45 |
| Hex | AD | 9F | 3B | 0 | 8 | 42 | 20 | 35 | 31 | 2D |
| Octal | 255 | 237 | 73 | 0 | 10 | 102 | 40 | 65 | 61 | 55 |
| Binary | 10101101 | 10011111 | 111011 | 0 | 1000 | 1000010 | 100000 | 110101 | 110001 | 101101 |
Color Harmonies of #AD9F3B
Complementary color
Monochromatic Colors of #AD9F3B
Black with #AD9F3B
Text Example
Text Example
White with #AD9F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F3B; }
p { color: rgb(173,159,59); }
H1.HeaderClassName
{
color: #AD9F3B;
}
.AnyTagClassName
{
color: #AD9F3B;
}
</style>
background-color css
<style>
a { background-color: #AD9F3B; }
a { background-color: rgb(173,159,59); }
div.DivClassName
{
background-color: #AD9F3B;
}
.BgClassName
{
background-color: #AD9F3B;
}
</style>
border-color css
<style>
span { border-color: #AD9F3B; }
span { border-color: rgb(173,159,59); }
td.TdClassName
{
border-color: #AD9F3B;
}
.TagClassName
{
border-color: #AD9F3B;
}
</style>