Shades of Brass #ADA94D
Tints of Brass #ADA94D
RGB
CMYK
RGB Variations
Color information
#ADA94D (or 0xADA94D) is known color: Brass. HEX triplet: AD, A9 and 4D. RGB value is (173,169,77). Sum of RGB (Red+Green+Blue) = 173+169+77=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA94D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA94D is #5256B2. Grayscale: #A0A0A0. Windows color (decimal): -5396147 or 5089709. OLE color: 5089709.
HSL color Cylindrical-coordinate representation of color #ADA94D: hue angle of 57.5º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADA94D is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 77 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.32 |
| HSL | 57.5º | 0.38% | 0.49% | - |
| HSV(B) | 57.5º | 0.55% | 0.68% | - |
| XYZ | 32.76 | 37.8 | 12.59 | - |
| YUV | 159.71 | 81.33 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 77 | 0 | 0.02 | 0.55 | 0.32 | 57.5 | 0.38 | 0.49 |
| Hex | AD | A9 | 4D | 0 | 2 | 37 | 20 | 3A | 26 | 31 |
| Octal | 255 | 251 | 115 | 0 | 2 | 67 | 40 | 72 | 46 | 61 |
| Binary | 10101101 | 10101001 | 1001101 | 0 | 10 | 110111 | 100000 | 111010 | 100110 | 110001 |
Color Harmonies of #ADA94D
Complementary color
Monochromatic Colors of #ADA94D
Black with #ADA94D
Text Example
Text Example
White with #ADA94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA94D; }
p { color: rgb(173,169,77); }
H1.HeaderClassName
{
color: #ADA94D;
}
.AnyTagClassName
{
color: #ADA94D;
}
</style>
background-color css
<style>
a { background-color: #ADA94D; }
a { background-color: rgb(173,169,77); }
div.DivClassName
{
background-color: #ADA94D;
}
.BgClassName
{
background-color: #ADA94D;
}
</style>
border-color css
<style>
span { border-color: #ADA94D; }
span { border-color: rgb(173,169,77); }
td.TdClassName
{
border-color: #ADA94D;
}
.TagClassName
{
border-color: #ADA94D;
}
</style>