Shades of Brass #ADAD3E
Tints of Brass #ADAD3E
RGB
CMYK
RGB Variations
Color information
#ADAD3E (or 0xADAD3E) is known color: Brass. HEX triplet: AD, AD and 3E. RGB value is (173,173,62). Sum of RGB (Red+Green+Blue) = 173+173+62=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 62 (24.61% from 255 or 15.20% from 408); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAD3E is #5252C1. Grayscale: #A0A0A0. Windows color (decimal): -5395138 or 4107693. OLE color: 4107693.
HSL color Cylindrical-coordinate representation of color #ADAD3E: hue angle of 60º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADAD3E is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 62 | - |
| CMYK | 0 | 0 | 0.64 | 0.32 |
| HSL | 60º | 0.47% | 0.46% | - |
| HSV(B) | 60º | 0.64% | 0.68% | - |
| XYZ | 33.05 | 39.12 | 10.37 | - |
| YUV | 160.35 | 72.5 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 62 | 0 | 0 | 0.64 | 0.32 | 60 | 0.47 | 0.46 |
| Hex | AD | AD | 3E | 0 | 0 | 40 | 20 | 3C | 2F | 2E |
| Octal | 255 | 255 | 76 | 0 | 0 | 100 | 40 | 74 | 57 | 56 |
| Binary | 10101101 | 10101101 | 111110 | 0 | 0 | 1000000 | 100000 | 111100 | 101111 | 101110 |
Color Harmonies of #ADAD3E
Complementary color
Monochromatic Colors of #ADAD3E
Black with #ADAD3E
Text Example
Text Example
White with #ADAD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD3E; }
p { color: rgb(173,173,62); }
H1.HeaderClassName
{
color: #ADAD3E;
}
.AnyTagClassName
{
color: #ADAD3E;
}
</style>
background-color css
<style>
a { background-color: #ADAD3E; }
a { background-color: rgb(173,173,62); }
div.DivClassName
{
background-color: #ADAD3E;
}
.BgClassName
{
background-color: #ADAD3E;
}
</style>
border-color css
<style>
span { border-color: #ADAD3E; }
span { border-color: rgb(173,173,62); }
td.TdClassName
{
border-color: #ADAD3E;
}
.TagClassName
{
border-color: #ADAD3E;
}
</style>