Shades of Brass #AD9B3C
Tints of Brass #AD9B3C
RGB
CMYK
RGB Variations
Color information
#AD9B3C (or 0xAD9B3C) is known color: Brass. HEX triplet: AD, 9B and 3C. RGB value is (173,155,60). Sum of RGB (Red+Green+Blue) = 173+155+60=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9B3C is #5264C3. Grayscale: #959595. Windows color (decimal): -5399748 or 3972013. OLE color: 3972013.
HSL color Cylindrical-coordinate representation of color #AD9B3C: hue angle of 50.44º 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 #AD9B3C is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 155 | 60 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.32 |
| HSL | 50.44º | 0.48% | 0.46% | - |
| HSV(B) | 50.44º | 0.65% | 0.68% | - |
| XYZ | 29.77 | 32.65 | 9.01 | - |
| YUV | 149.55 | 77.46 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 155 | 60 | 0 | 0.10 | 0.65 | 0.32 | 50.44 | 0.48 | 0.46 |
| Hex | AD | 9B | 3C | 0 | A | 41 | 20 | 32 | 30 | 2E |
| Octal | 255 | 233 | 74 | 0 | 12 | 101 | 40 | 62 | 60 | 56 |
| Binary | 10101101 | 10011011 | 111100 | 0 | 1010 | 1000001 | 100000 | 110010 | 110000 | 101110 |
Color Harmonies of #AD9B3C
Complementary color
Monochromatic Colors of #AD9B3C
Black with #AD9B3C
Text Example
Text Example
White with #AD9B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9B3C; }
p { color: rgb(173,155,60); }
H1.HeaderClassName
{
color: #AD9B3C;
}
.AnyTagClassName
{
color: #AD9B3C;
}
</style>
background-color css
<style>
a { background-color: #AD9B3C; }
a { background-color: rgb(173,155,60); }
div.DivClassName
{
background-color: #AD9B3C;
}
.BgClassName
{
background-color: #AD9B3C;
}
</style>
border-color css
<style>
span { border-color: #AD9B3C; }
span { border-color: rgb(173,155,60); }
td.TdClassName
{
border-color: #AD9B3C;
}
.TagClassName
{
border-color: #AD9B3C;
}
</style>