Shades of Brass #ADA64D
Tints of Brass #ADA64D
RGB
CMYK
RGB Variations
Color information
#ADA64D (or 0xADA64D) is known color: Brass. HEX triplet: AD, A6 and 4D. RGB value is (173,166,77). Sum of RGB (Red+Green+Blue) = 173+166+77=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA64D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA64D is #5259B2. Grayscale: #9E9E9E. Windows color (decimal): -5396915 or 5088941. OLE color: 5088941.
HSL color Cylindrical-coordinate representation of color #ADA64D: hue angle of 55.62º 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 #ADA64D is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 77 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.32 |
| HSL | 55.63º | 0.38% | 0.49% | - |
| HSV(B) | 55.63º | 0.55% | 0.68% | - |
| XYZ | 32.21 | 36.69 | 12.41 | - |
| YUV | 157.95 | 82.32 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 77 | 0 | 0.04 | 0.55 | 0.32 | 55.63 | 0.38 | 0.49 |
| Hex | AD | A6 | 4D | 0 | 4 | 37 | 20 | 38 | 26 | 31 |
| Octal | 255 | 246 | 115 | 0 | 4 | 67 | 40 | 70 | 46 | 61 |
| Binary | 10101101 | 10100110 | 1001101 | 0 | 100 | 110111 | 100000 | 111000 | 100110 | 110001 |
Color Harmonies of #ADA64D
Complementary color
Monochromatic Colors of #ADA64D
Black with #ADA64D
Text Example
Text Example
White with #ADA64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA64D; }
p { color: rgb(173,166,77); }
H1.HeaderClassName
{
color: #ADA64D;
}
.AnyTagClassName
{
color: #ADA64D;
}
</style>
background-color css
<style>
a { background-color: #ADA64D; }
a { background-color: rgb(173,166,77); }
div.DivClassName
{
background-color: #ADA64D;
}
.BgClassName
{
background-color: #ADA64D;
}
</style>
border-color css
<style>
span { border-color: #ADA64D; }
span { border-color: rgb(173,166,77); }
td.TdClassName
{
border-color: #ADA64D;
}
.TagClassName
{
border-color: #ADA64D;
}
</style>