Shades of Brass #ADA64E
Tints of Brass #ADA64E
RGB
CMYK
RGB Variations
Color information
#ADA64E (or 0xADA64E) is known color: Brass. HEX triplet: AD, A6 and 4E. RGB value is (173,166,78). Sum of RGB (Red+Green+Blue) = 173+166+78=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 78 (30.86% from 255 or 18.71% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA64E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA64E is #5259B1. Grayscale: #9E9E9E. Windows color (decimal): -5396914 or 5154477. OLE color: 5154477.
HSL color Cylindrical-coordinate representation of color #ADA64E: hue angle of 55.58º 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 #ADA64E is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 78 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.32 |
| HSL | 55.58º | 0.38% | 0.49% | - |
| HSV(B) | 55.58º | 0.55% | 0.68% | - |
| XYZ | 32.24 | 36.71 | 12.59 | - |
| YUV | 158.06 | 82.82 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 78 | 0 | 0.04 | 0.55 | 0.32 | 55.58 | 0.38 | 0.49 |
| Hex | AD | A6 | 4E | 0 | 4 | 37 | 20 | 38 | 26 | 31 |
| Octal | 255 | 246 | 116 | 0 | 4 | 67 | 40 | 70 | 46 | 61 |
| Binary | 10101101 | 10100110 | 1001110 | 0 | 100 | 110111 | 100000 | 111000 | 100110 | 110001 |
Color Harmonies of #ADA64E
Complementary color
Monochromatic Colors of #ADA64E
Black with #ADA64E
Text Example
Text Example
White with #ADA64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA64E; }
p { color: rgb(173,166,78); }
H1.HeaderClassName
{
color: #ADA64E;
}
.AnyTagClassName
{
color: #ADA64E;
}
</style>
background-color css
<style>
a { background-color: #ADA64E; }
a { background-color: rgb(173,166,78); }
div.DivClassName
{
background-color: #ADA64E;
}
.BgClassName
{
background-color: #ADA64E;
}
</style>
border-color css
<style>
span { border-color: #ADA64E; }
span { border-color: rgb(173,166,78); }
td.TdClassName
{
border-color: #ADA64E;
}
.TagClassName
{
border-color: #ADA64E;
}
</style>