Shades of Brass #AD9D35
Tints of Brass #AD9D35
RGB
CMYK
RGB Variations
Color information
#AD9D35 (or 0xAD9D35) is known color: Brass. HEX triplet: AD, 9D and 35. RGB value is (173,157,53). Sum of RGB (Red+Green+Blue) = 173+157+53=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 53 (21.09% from 255 or 13.84% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9D35 is #5262CA. Grayscale: #969696. Windows color (decimal): -5399243 or 3513773. OLE color: 3513773.
HSL color Cylindrical-coordinate representation of color #AD9D35: hue angle of 52º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD9D35 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 157 | 53 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.32 |
| HSL | 52º | 0.53% | 0.44% | - |
| HSV(B) | 52º | 0.69% | 0.68% | - |
| XYZ | 29.93 | 33.26 | 8.21 | - |
| YUV | 149.93 | 73.3 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 157 | 53 | 0 | 0.09 | 0.69 | 0.32 | 52 | 0.53 | 0.44 |
| Hex | AD | 9D | 35 | 0 | 9 | 45 | 20 | 34 | 35 | 2C |
| Octal | 255 | 235 | 65 | 0 | 11 | 105 | 40 | 64 | 65 | 54 |
| Binary | 10101101 | 10011101 | 110101 | 0 | 1001 | 1000101 | 100000 | 110100 | 110101 | 101100 |
Color Harmonies of #AD9D35
Complementary color
Monochromatic Colors of #AD9D35
Black with #AD9D35
Text Example
Text Example
White with #AD9D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9D35; }
p { color: rgb(173,157,53); }
H1.HeaderClassName
{
color: #AD9D35;
}
.AnyTagClassName
{
color: #AD9D35;
}
</style>
background-color css
<style>
a { background-color: #AD9D35; }
a { background-color: rgb(173,157,53); }
div.DivClassName
{
background-color: #AD9D35;
}
.BgClassName
{
background-color: #AD9D35;
}
</style>
border-color css
<style>
span { border-color: #AD9D35; }
span { border-color: rgb(173,157,53); }
td.TdClassName
{
border-color: #AD9D35;
}
.TagClassName
{
border-color: #AD9D35;
}
</style>