Shades of Brass #ADA94E
Tints of Brass #ADA94E
RGB
CMYK
RGB Variations
Color information
#ADA94E (or 0xADA94E) is known color: Brass. HEX triplet: AD, A9 and 4E. RGB value is (173,169,78). Sum of RGB (Red+Green+Blue) = 173+169+78=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 78 (30.86% from 255 or 18.57% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA94E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA94E is #5256B1. Grayscale: #A0A0A0. Windows color (decimal): -5396146 or 5155245. OLE color: 5155245.
HSL color Cylindrical-coordinate representation of color #ADA94E: hue angle of 57.47º 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 #ADA94E is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 78 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.32 |
| HSL | 57.47º | 0.38% | 0.49% | - |
| HSV(B) | 57.47º | 0.55% | 0.68% | - |
| XYZ | 32.8 | 37.81 | 12.78 | - |
| YUV | 159.82 | 81.83 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 78 | 0 | 0.02 | 0.55 | 0.32 | 57.47 | 0.38 | 0.49 |
| Hex | AD | A9 | 4E | 0 | 2 | 37 | 20 | 39 | 26 | 31 |
| Octal | 255 | 251 | 116 | 0 | 2 | 67 | 40 | 71 | 46 | 61 |
| Binary | 10101101 | 10101001 | 1001110 | 0 | 10 | 110111 | 100000 | 111001 | 100110 | 110001 |
Color Harmonies of #ADA94E
Complementary color
Monochromatic Colors of #ADA94E
Black with #ADA94E
Text Example
Text Example
White with #ADA94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA94E; }
p { color: rgb(173,169,78); }
H1.HeaderClassName
{
color: #ADA94E;
}
.AnyTagClassName
{
color: #ADA94E;
}
</style>
background-color css
<style>
a { background-color: #ADA94E; }
a { background-color: rgb(173,169,78); }
div.DivClassName
{
background-color: #ADA94E;
}
.BgClassName
{
background-color: #ADA94E;
}
</style>
border-color css
<style>
span { border-color: #ADA94E; }
span { border-color: rgb(173,169,78); }
td.TdClassName
{
border-color: #ADA94E;
}
.TagClassName
{
border-color: #ADA94E;
}
</style>