Shades of Brass #AD9E3C
Tints of Brass #AD9E3C
RGB
CMYK
RGB Variations
Color information
#AD9E3C (or 0xAD9E3C) is known color: Brass. HEX triplet: AD, 9E and 3C. RGB value is (173,158,60). Sum of RGB (Red+Green+Blue) = 173+158+60=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9E3C is #5261C3. Grayscale: #979797. Windows color (decimal): -5398980 or 3972781. OLE color: 3972781.
HSL color Cylindrical-coordinate representation of color #AD9E3C: hue angle of 52.04º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD9E3C is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 158 | 60 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.32 |
| HSL | 52.04º | 0.48% | 0.46% | - |
| HSV(B) | 52.04º | 0.65% | 0.68% | - |
| XYZ | 30.28 | 33.66 | 9.18 | - |
| YUV | 151.31 | 76.47 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 60 | 0 | 0.09 | 0.65 | 0.32 | 52.04 | 0.48 | 0.46 |
| Hex | AD | 9E | 3C | 0 | 9 | 41 | 20 | 34 | 30 | 2E |
| Octal | 255 | 236 | 74 | 0 | 11 | 101 | 40 | 64 | 60 | 56 |
| Binary | 10101101 | 10011110 | 111100 | 0 | 1001 | 1000001 | 100000 | 110100 | 110000 | 101110 |
Color Harmonies of #AD9E3C
Complementary color
Monochromatic Colors of #AD9E3C
Black with #AD9E3C
Text Example
Text Example
White with #AD9E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9E3C; }
p { color: rgb(173,158,60); }
H1.HeaderClassName
{
color: #AD9E3C;
}
.AnyTagClassName
{
color: #AD9E3C;
}
</style>
background-color css
<style>
a { background-color: #AD9E3C; }
a { background-color: rgb(173,158,60); }
div.DivClassName
{
background-color: #AD9E3C;
}
.BgClassName
{
background-color: #AD9E3C;
}
</style>
border-color css
<style>
span { border-color: #AD9E3C; }
span { border-color: rgb(173,158,60); }
td.TdClassName
{
border-color: #AD9E3C;
}
.TagClassName
{
border-color: #AD9E3C;
}
</style>