Shades of Brass #AD9C3E
Tints of Brass #AD9C3E
RGB
CMYK
RGB Variations
Color information
#AD9C3E (or 0xAD9C3E) is known color: Brass. HEX triplet: AD, 9C and 3E. RGB value is (173,156,62). Sum of RGB (Red+Green+Blue) = 173+156+62=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 62 (24.61% from 255 or 15.86% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9C3E is #5263C1. Grayscale: #969696. Windows color (decimal): -5399490 or 4103341. OLE color: 4103341.
HSL color Cylindrical-coordinate representation of color #AD9C3E: hue angle of 50.81º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD9C3E is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 156 | 62 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.32 |
| HSL | 50.81º | 0.47% | 0.46% | - |
| HSV(B) | 50.81º | 0.64% | 0.68% | - |
| XYZ | 29.99 | 33.01 | 9.35 | - |
| YUV | 150.37 | 78.13 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 156 | 62 | 0 | 0.10 | 0.64 | 0.32 | 50.81 | 0.47 | 0.46 |
| Hex | AD | 9C | 3E | 0 | A | 40 | 20 | 33 | 2F | 2E |
| Octal | 255 | 234 | 76 | 0 | 12 | 100 | 40 | 63 | 57 | 56 |
| Binary | 10101101 | 10011100 | 111110 | 0 | 1010 | 1000000 | 100000 | 110011 | 101111 | 101110 |
Color Harmonies of #AD9C3E
Complementary color
Monochromatic Colors of #AD9C3E
Black with #AD9C3E
Text Example
Text Example
White with #AD9C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9C3E; }
p { color: rgb(173,156,62); }
H1.HeaderClassName
{
color: #AD9C3E;
}
.AnyTagClassName
{
color: #AD9C3E;
}
</style>
background-color css
<style>
a { background-color: #AD9C3E; }
a { background-color: rgb(173,156,62); }
div.DivClassName
{
background-color: #AD9C3E;
}
.BgClassName
{
background-color: #AD9C3E;
}
</style>
border-color css
<style>
span { border-color: #AD9C3E; }
span { border-color: rgb(173,156,62); }
td.TdClassName
{
border-color: #AD9C3E;
}
.TagClassName
{
border-color: #AD9C3E;
}
</style>