Shades of Brass #ADA44D
Tints of Brass #ADA44D
RGB
CMYK
RGB Variations
Color information
#ADA44D (or 0xADA44D) is known color: Brass. HEX triplet: AD, A4 and 4D. RGB value is (173,164,77). Sum of RGB (Red+Green+Blue) = 173+164+77=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA44D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA44D is #525BB2. Grayscale: #9D9D9D. Windows color (decimal): -5397427 or 5088429. OLE color: 5088429.
HSL color Cylindrical-coordinate representation of color #ADA44D: hue angle of 54.38º 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 #ADA44D is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 164 | 77 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.32 |
| HSL | 54.38º | 0.38% | 0.49% | - |
| HSV(B) | 54.38º | 0.55% | 0.68% | - |
| XYZ | 31.85 | 35.97 | 12.29 | - |
| YUV | 156.77 | 82.98 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 77 | 0 | 0.05 | 0.55 | 0.32 | 54.38 | 0.38 | 0.49 |
| Hex | AD | A4 | 4D | 0 | 5 | 37 | 20 | 36 | 26 | 31 |
| Octal | 255 | 244 | 115 | 0 | 5 | 67 | 40 | 66 | 46 | 61 |
| Binary | 10101101 | 10100100 | 1001101 | 0 | 101 | 110111 | 100000 | 110110 | 100110 | 110001 |
Color Harmonies of #ADA44D
Complementary color
Monochromatic Colors of #ADA44D
Black with #ADA44D
Text Example
Text Example
White with #ADA44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA44D; }
p { color: rgb(173,164,77); }
H1.HeaderClassName
{
color: #ADA44D;
}
.AnyTagClassName
{
color: #ADA44D;
}
</style>
background-color css
<style>
a { background-color: #ADA44D; }
a { background-color: rgb(173,164,77); }
div.DivClassName
{
background-color: #ADA44D;
}
.BgClassName
{
background-color: #ADA44D;
}
</style>
border-color css
<style>
span { border-color: #ADA44D; }
span { border-color: rgb(173,164,77); }
td.TdClassName
{
border-color: #ADA44D;
}
.TagClassName
{
border-color: #ADA44D;
}
</style>