Shades of Brass #ADA740
Tints of Brass #ADA740
RGB
CMYK
RGB Variations
Color information
#ADA740 (or 0xADA740) is known color: Brass. HEX triplet: AD, A7 and 40. RGB value is (173,167,64). Sum of RGB (Red+Green+Blue) = 173+167+64=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA740 is #5258BF. Grayscale: #9D9D9D. Windows color (decimal): -5396672 or 4237229. OLE color: 4237229.
HSL color Cylindrical-coordinate representation of color #ADA740: hue angle of 56.7º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADA740 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 64 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.32 |
| HSL | 56.7º | 0.46% | 0.46% | - |
| HSV(B) | 56.7º | 0.63% | 0.68% | - |
| XYZ | 31.98 | 36.89 | 10.29 | - |
| YUV | 157.05 | 75.49 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 64 | 0 | 0.03 | 0.63 | 0.32 | 56.7 | 0.46 | 0.46 |
| Hex | AD | A7 | 40 | 0 | 3 | 3F | 20 | 39 | 2E | 2E |
| Octal | 255 | 247 | 100 | 0 | 3 | 77 | 40 | 71 | 56 | 56 |
| Binary | 10101101 | 10100111 | 1000000 | 0 | 11 | 111111 | 100000 | 111001 | 101110 | 101110 |
Color Harmonies of #ADA740
Complementary color
Monochromatic Colors of #ADA740
Black with #ADA740
Text Example
Text Example
White with #ADA740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA740; }
p { color: rgb(173,167,64); }
H1.HeaderClassName
{
color: #ADA740;
}
.AnyTagClassName
{
color: #ADA740;
}
</style>
background-color css
<style>
a { background-color: #ADA740; }
a { background-color: rgb(173,167,64); }
div.DivClassName
{
background-color: #ADA740;
}
.BgClassName
{
background-color: #ADA740;
}
</style>
border-color css
<style>
span { border-color: #ADA740; }
span { border-color: rgb(173,167,64); }
td.TdClassName
{
border-color: #ADA740;
}
.TagClassName
{
border-color: #ADA740;
}
</style>