Shades of Brass #ADAC3D
Tints of Brass #ADAC3D
RGB
CMYK
RGB Variations
Color information
#ADAC3D (or 0xADAC3D) is known color: Brass. HEX triplet: AD, AC and 3D. RGB value is (173,172,61). Sum of RGB (Red+Green+Blue) = 173+172+61=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 61 (24.22% from 255 or 15.02% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC3D is #5253C2. Grayscale: #A0A0A0. Windows color (decimal): -5395395 or 4041901. OLE color: 4041901.
HSL color Cylindrical-coordinate representation of color #ADAC3D: hue angle of 59.46º 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 #ADAC3D is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 61 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.32 |
| HSL | 59.46º | 0.48% | 0.46% | - |
| HSV(B) | 59.46º | 0.65% | 0.68% | - |
| XYZ | 32.83 | 38.73 | 10.16 | - |
| YUV | 159.65 | 72.33 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 61 | 0 | 0.01 | 0.65 | 0.32 | 59.46 | 0.48 | 0.46 |
| Hex | AD | AC | 3D | 0 | 1 | 41 | 20 | 3B | 30 | 2E |
| Octal | 255 | 254 | 75 | 0 | 1 | 101 | 40 | 73 | 60 | 56 |
| Binary | 10101101 | 10101100 | 111101 | 0 | 1 | 1000001 | 100000 | 111011 | 110000 | 101110 |
Color Harmonies of #ADAC3D
Complementary color
Monochromatic Colors of #ADAC3D
Black with #ADAC3D
Text Example
Text Example
White with #ADAC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC3D; }
p { color: rgb(173,172,61); }
H1.HeaderClassName
{
color: #ADAC3D;
}
.AnyTagClassName
{
color: #ADAC3D;
}
</style>
background-color css
<style>
a { background-color: #ADAC3D; }
a { background-color: rgb(173,172,61); }
div.DivClassName
{
background-color: #ADAC3D;
}
.BgClassName
{
background-color: #ADAC3D;
}
</style>
border-color css
<style>
span { border-color: #ADAC3D; }
span { border-color: rgb(173,172,61); }
td.TdClassName
{
border-color: #ADAC3D;
}
.TagClassName
{
border-color: #ADAC3D;
}
</style>