Shades of Brass #ADA64A
Tints of Brass #ADA64A
RGB
CMYK
RGB Variations
Color information
#ADA64A (or 0xADA64A) is known color: Brass. HEX triplet: AD, A6 and 4A. RGB value is (173,166,74). Sum of RGB (Red+Green+Blue) = 173+166+74=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA64A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA64A is #5259B5. Grayscale: #9D9D9D. Windows color (decimal): -5396918 or 4892333. OLE color: 4892333.
HSL color Cylindrical-coordinate representation of color #ADA64A: hue angle of 55.76º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADA64A is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 74 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.32 |
| HSL | 55.76º | 0.4% | 0.48% | - |
| HSV(B) | 55.76º | 0.57% | 0.68% | - |
| XYZ | 32.11 | 36.65 | 11.86 | - |
| YUV | 157.61 | 80.82 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 74 | 0 | 0.04 | 0.57 | 0.32 | 55.76 | 0.4 | 0.48 |
| Hex | AD | A6 | 4A | 0 | 4 | 39 | 20 | 38 | 28 | 30 |
| Octal | 255 | 246 | 112 | 0 | 4 | 71 | 40 | 70 | 50 | 60 |
| Binary | 10101101 | 10100110 | 1001010 | 0 | 100 | 111001 | 100000 | 111000 | 101000 | 110000 |
Color Harmonies of #ADA64A
Complementary color
Monochromatic Colors of #ADA64A
Black with #ADA64A
Text Example
Text Example
White with #ADA64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA64A; }
p { color: rgb(173,166,74); }
H1.HeaderClassName
{
color: #ADA64A;
}
.AnyTagClassName
{
color: #ADA64A;
}
</style>
background-color css
<style>
a { background-color: #ADA64A; }
a { background-color: rgb(173,166,74); }
div.DivClassName
{
background-color: #ADA64A;
}
.BgClassName
{
background-color: #ADA64A;
}
</style>
border-color css
<style>
span { border-color: #ADA64A; }
span { border-color: rgb(173,166,74); }
td.TdClassName
{
border-color: #ADA64A;
}
.TagClassName
{
border-color: #ADA64A;
}
</style>