Shades of Brass #ADAC3E
Tints of Brass #ADAC3E
RGB
CMYK
RGB Variations
Color information
#ADAC3E (or 0xADAC3E) is known color: Brass. HEX triplet: AD, AC and 3E. RGB value is (173,172,62). Sum of RGB (Red+Green+Blue) = 173+172+62=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 62 (24.61% from 255 or 15.23% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC3E is #5253C1. Grayscale: #A0A0A0. Windows color (decimal): -5395394 or 4107437. OLE color: 4107437.
HSL color Cylindrical-coordinate representation of color #ADAC3E: hue angle of 59.46º 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 #ADAC3E is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 62 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.32 |
| HSL | 59.46º | 0.47% | 0.46% | - |
| HSV(B) | 59.46º | 0.64% | 0.68% | - |
| XYZ | 32.86 | 38.74 | 10.3 | - |
| YUV | 159.76 | 72.83 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 62 | 0 | 0.01 | 0.64 | 0.32 | 59.46 | 0.47 | 0.46 |
| Hex | AD | AC | 3E | 0 | 1 | 40 | 20 | 3B | 2F | 2E |
| Octal | 255 | 254 | 76 | 0 | 1 | 100 | 40 | 73 | 57 | 56 |
| Binary | 10101101 | 10101100 | 111110 | 0 | 1 | 1000000 | 100000 | 111011 | 101111 | 101110 |
Color Harmonies of #ADAC3E
Complementary color
Monochromatic Colors of #ADAC3E
Black with #ADAC3E
Text Example
Text Example
White with #ADAC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC3E; }
p { color: rgb(173,172,62); }
H1.HeaderClassName
{
color: #ADAC3E;
}
.AnyTagClassName
{
color: #ADAC3E;
}
</style>
background-color css
<style>
a { background-color: #ADAC3E; }
a { background-color: rgb(173,172,62); }
div.DivClassName
{
background-color: #ADAC3E;
}
.BgClassName
{
background-color: #ADAC3E;
}
</style>
border-color css
<style>
span { border-color: #ADAC3E; }
span { border-color: rgb(173,172,62); }
td.TdClassName
{
border-color: #ADAC3E;
}
.TagClassName
{
border-color: #ADAC3E;
}
</style>