Shades of Brass #ADAD40
Tints of Brass #ADAD40
RGB
CMYK
RGB Variations
Color information
#ADAD40 (or 0xADAD40) is known color: Brass. HEX triplet: AD, AD and 40. RGB value is (173,173,64). Sum of RGB (Red+Green+Blue) = 173+173+64=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAD40 is #5252BF. Grayscale: #A1A1A1. Windows color (decimal): -5395136 or 4238765. OLE color: 4238765.
HSL color Cylindrical-coordinate representation of color #ADAD40: hue angle of 60º 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 #ADAD40 is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 64 | - |
| CMYK | 0 | 0 | 0.63 | 0.32 |
| HSL | 60º | 0.46% | 0.46% | - |
| HSV(B) | 60º | 0.63% | 0.68% | - |
| XYZ | 33.1 | 39.14 | 10.66 | - |
| YUV | 160.57 | 73.5 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 64 | 0 | 0 | 0.63 | 0.32 | 60 | 0.46 | 0.46 |
| Hex | AD | AD | 40 | 0 | 0 | 3F | 20 | 3C | 2E | 2E |
| Octal | 255 | 255 | 100 | 0 | 0 | 77 | 40 | 74 | 56 | 56 |
| Binary | 10101101 | 10101101 | 1000000 | 0 | 0 | 111111 | 100000 | 111100 | 101110 | 101110 |
Color Harmonies of #ADAD40
Complementary color
Monochromatic Colors of #ADAD40
Black with #ADAD40
Text Example
Text Example
White with #ADAD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD40; }
p { color: rgb(173,173,64); }
H1.HeaderClassName
{
color: #ADAD40;
}
.AnyTagClassName
{
color: #ADAD40;
}
</style>
background-color css
<style>
a { background-color: #ADAD40; }
a { background-color: rgb(173,173,64); }
div.DivClassName
{
background-color: #ADAD40;
}
.BgClassName
{
background-color: #ADAD40;
}
</style>
border-color css
<style>
span { border-color: #ADAD40; }
span { border-color: rgb(173,173,64); }
td.TdClassName
{
border-color: #ADAD40;
}
.TagClassName
{
border-color: #ADAD40;
}
</style>