Shades of Brass #ADAA4E
Tints of Brass #ADAA4E
RGB
CMYK
RGB Variations
Color information
#ADAA4E (or 0xADAA4E) is known color: Brass. HEX triplet: AD, AA and 4E. RGB value is (173,170,78). Sum of RGB (Red+Green+Blue) = 173+170+78=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA4E is #5255B1. Grayscale: #A0A0A0. Windows color (decimal): -5395890 or 5155501. OLE color: 5155501.
HSL color Cylindrical-coordinate representation of color #ADAA4E: hue angle of 58.11º 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 #ADAA4E is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 78 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.32 |
| HSL | 58.11º | 0.38% | 0.49% | - |
| HSV(B) | 58.11º | 0.55% | 0.68% | - |
| XYZ | 32.98 | 38.18 | 12.84 | - |
| YUV | 160.41 | 81.49 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 78 | 0 | 0.02 | 0.55 | 0.32 | 58.11 | 0.38 | 0.49 |
| Hex | AD | AA | 4E | 0 | 2 | 37 | 20 | 3A | 26 | 31 |
| Octal | 255 | 252 | 116 | 0 | 2 | 67 | 40 | 72 | 46 | 61 |
| Binary | 10101101 | 10101010 | 1001110 | 0 | 10 | 110111 | 100000 | 111010 | 100110 | 110001 |
Color Harmonies of #ADAA4E
Complementary color
Monochromatic Colors of #ADAA4E
Black with #ADAA4E
Text Example
Text Example
White with #ADAA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA4E; }
p { color: rgb(173,170,78); }
H1.HeaderClassName
{
color: #ADAA4E;
}
.AnyTagClassName
{
color: #ADAA4E;
}
</style>
background-color css
<style>
a { background-color: #ADAA4E; }
a { background-color: rgb(173,170,78); }
div.DivClassName
{
background-color: #ADAA4E;
}
.BgClassName
{
background-color: #ADAA4E;
}
</style>
border-color css
<style>
span { border-color: #ADAA4E; }
span { border-color: rgb(173,170,78); }
td.TdClassName
{
border-color: #ADAA4E;
}
.TagClassName
{
border-color: #ADAA4E;
}
</style>