Shades of Brass #ADAD36
Tints of Brass #ADAD36
RGB
CMYK
RGB Variations
Color information
#ADAD36 (or 0xADAD36) is known color: Brass. HEX triplet: AD, AD and 36. RGB value is (173,173,54). Sum of RGB (Red+Green+Blue) = 173+173+54=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 54 (21.48% from 255 or 13.5% from 400); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAD36 is #5252C9. Grayscale: #9F9F9F. Windows color (decimal): -5395146 or 3583405. OLE color: 3583405.
HSL color Cylindrical-coordinate representation of color #ADAD36: hue angle of 60º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADAD36 is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 54 | - |
| CMYK | 0 | 0 | 0.69 | 0.32 |
| HSL | 60º | 0.52% | 0.45% | - |
| HSV(B) | 60º | 0.69% | 0.68% | - |
| XYZ | 32.84 | 39.04 | 9.29 | - |
| YUV | 159.43 | 68.5 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 54 | 0 | 0 | 0.69 | 0.32 | 60 | 0.52 | 0.45 |
| Hex | AD | AD | 36 | 0 | 0 | 45 | 20 | 3C | 34 | 2D |
| Octal | 255 | 255 | 66 | 0 | 0 | 105 | 40 | 74 | 64 | 55 |
| Binary | 10101101 | 10101101 | 110110 | 0 | 0 | 1000101 | 100000 | 111100 | 110100 | 101101 |
Color Harmonies of #ADAD36
Complementary color
Monochromatic Colors of #ADAD36
Black with #ADAD36
Text Example
Text Example
White with #ADAD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD36; }
p { color: rgb(173,173,54); }
H1.HeaderClassName
{
color: #ADAD36;
}
.AnyTagClassName
{
color: #ADAD36;
}
</style>
background-color css
<style>
a { background-color: #ADAD36; }
a { background-color: rgb(173,173,54); }
div.DivClassName
{
background-color: #ADAD36;
}
.BgClassName
{
background-color: #ADAD36;
}
</style>
border-color css
<style>
span { border-color: #ADAD36; }
span { border-color: rgb(173,173,54); }
td.TdClassName
{
border-color: #ADAD36;
}
.TagClassName
{
border-color: #ADAD36;
}
</style>