Shades of Brass #ADAD3A
Tints of Brass #ADAD3A
RGB
CMYK
RGB Variations
Color information
#ADAD3A (or 0xADAD3A) is known color: Brass. HEX triplet: AD, AD and 3A. RGB value is (173,173,58). Sum of RGB (Red+Green+Blue) = 173+173+58=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 58 (23.05% from 255 or 14.36% from 404); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAD3A is #5252C5. Grayscale: #A0A0A0. Windows color (decimal): -5395142 or 3845549. OLE color: 3845549.
HSL color Cylindrical-coordinate representation of color #ADAD3A: hue angle of 60º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADAD3A is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 58 | - |
| CMYK | 0 | 0 | 0.66 | 0.32 |
| HSL | 60º | 0.5% | 0.45% | - |
| HSV(B) | 60º | 0.66% | 0.68% | - |
| XYZ | 32.94 | 39.08 | 9.81 | - |
| YUV | 159.89 | 70.5 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 58 | 0 | 0 | 0.66 | 0.32 | 60 | 0.5 | 0.45 |
| Hex | AD | AD | 3A | 0 | 0 | 42 | 20 | 3C | 32 | 2D |
| Octal | 255 | 255 | 72 | 0 | 0 | 102 | 40 | 74 | 62 | 55 |
| Binary | 10101101 | 10101101 | 111010 | 0 | 0 | 1000010 | 100000 | 111100 | 110010 | 101101 |
Color Harmonies of #ADAD3A
Complementary color
Monochromatic Colors of #ADAD3A
Black with #ADAD3A
Text Example
Text Example
White with #ADAD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD3A; }
p { color: rgb(173,173,58); }
H1.HeaderClassName
{
color: #ADAD3A;
}
.AnyTagClassName
{
color: #ADAD3A;
}
</style>
background-color css
<style>
a { background-color: #ADAD3A; }
a { background-color: rgb(173,173,58); }
div.DivClassName
{
background-color: #ADAD3A;
}
.BgClassName
{
background-color: #ADAD3A;
}
</style>
border-color css
<style>
span { border-color: #ADAD3A; }
span { border-color: rgb(173,173,58); }
td.TdClassName
{
border-color: #ADAD3A;
}
.TagClassName
{
border-color: #ADAD3A;
}
</style>