Shades of Brass #ADAD4A
Tints of Brass #ADAD4A
RGB
CMYK
RGB Variations
Color information
#ADAD4A (or 0xADAD4A) is known color: Brass. HEX triplet: AD, AD and 4A. RGB value is (173,173,74). Sum of RGB (Red+Green+Blue) = 173+173+74=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAD4A is #5252B5. Grayscale: #A2A2A2. Windows color (decimal): -5395126 or 4894125. OLE color: 4894125.
HSL color Cylindrical-coordinate representation of color #ADAD4A: hue angle of 60º 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 #ADAD4A is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 74 | - |
| CMYK | 0 | 0 | 0.57 | 0.32 |
| HSL | 60º | 0.4% | 0.48% | - |
| HSV(B) | 60º | 0.57% | 0.68% | - |
| XYZ | 33.41 | 39.27 | 12.3 | - |
| YUV | 161.71 | 78.5 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 74 | 0 | 0 | 0.57 | 0.32 | 60 | 0.4 | 0.48 |
| Hex | AD | AD | 4A | 0 | 0 | 39 | 20 | 3C | 28 | 30 |
| Octal | 255 | 255 | 112 | 0 | 0 | 71 | 40 | 74 | 50 | 60 |
| Binary | 10101101 | 10101101 | 1001010 | 0 | 0 | 111001 | 100000 | 111100 | 101000 | 110000 |
Color Harmonies of #ADAD4A
Complementary color
Monochromatic Colors of #ADAD4A
Black with #ADAD4A
Text Example
Text Example
White with #ADAD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD4A; }
p { color: rgb(173,173,74); }
H1.HeaderClassName
{
color: #ADAD4A;
}
.AnyTagClassName
{
color: #ADAD4A;
}
</style>
background-color css
<style>
a { background-color: #ADAD4A; }
a { background-color: rgb(173,173,74); }
div.DivClassName
{
background-color: #ADAD4A;
}
.BgClassName
{
background-color: #ADAD4A;
}
</style>
border-color css
<style>
span { border-color: #ADAD4A; }
span { border-color: rgb(173,173,74); }
td.TdClassName
{
border-color: #ADAD4A;
}
.TagClassName
{
border-color: #ADAD4A;
}
</style>