Shades of Brass #AD9C41
Tints of Brass #AD9C41
RGB
CMYK
RGB Variations
Color information
#AD9C41 (or 0xAD9C41) is known color: Brass. HEX triplet: AD, 9C and 41. RGB value is (173,156,65). Sum of RGB (Red+Green+Blue) = 173+156+65=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 65 (25.78% from 255 or 16.50% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9C41 is #5263BE. Grayscale: #979797. Windows color (decimal): -5399487 or 4299949. OLE color: 4299949.
HSL color Cylindrical-coordinate representation of color #AD9C41: hue angle of 50.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD9C41 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 156 | 65 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.32 |
| HSL | 50.56º | 0.45% | 0.47% | - |
| HSV(B) | 50.56º | 0.62% | 0.68% | - |
| XYZ | 30.08 | 33.04 | 9.79 | - |
| YUV | 150.71 | 79.63 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 156 | 65 | 0 | 0.10 | 0.62 | 0.32 | 50.56 | 0.45 | 0.47 |
| Hex | AD | 9C | 41 | 0 | A | 3E | 20 | 33 | 2D | 2F |
| Octal | 255 | 234 | 101 | 0 | 12 | 76 | 40 | 63 | 55 | 57 |
| Binary | 10101101 | 10011100 | 1000001 | 0 | 1010 | 111110 | 100000 | 110011 | 101101 | 101111 |
Color Harmonies of #AD9C41
Complementary color
Monochromatic Colors of #AD9C41
Black with #AD9C41
Text Example
Text Example
White with #AD9C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9C41; }
p { color: rgb(173,156,65); }
H1.HeaderClassName
{
color: #AD9C41;
}
.AnyTagClassName
{
color: #AD9C41;
}
</style>
background-color css
<style>
a { background-color: #AD9C41; }
a { background-color: rgb(173,156,65); }
div.DivClassName
{
background-color: #AD9C41;
}
.BgClassName
{
background-color: #AD9C41;
}
</style>
border-color css
<style>
span { border-color: #AD9C41; }
span { border-color: rgb(173,156,65); }
td.TdClassName
{
border-color: #AD9C41;
}
.TagClassName
{
border-color: #AD9C41;
}
</style>