Shades of Brass #ADAA37
Tints of Brass #ADAA37
RGB
CMYK
RGB Variations
Color information
#ADAA37 (or 0xADAA37) is known color: Brass. HEX triplet: AD, AA and 37. RGB value is (173,170,55). Sum of RGB (Red+Green+Blue) = 173+170+55=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 55 (21.88% from 255 or 13.82% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAA37 is #5255C8. Grayscale: #9E9E9E. Windows color (decimal): -5395913 or 3648173. OLE color: 3648173.
HSL color Cylindrical-coordinate representation of color #ADAA37: hue angle of 58.47º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADAA37 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 55 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.32 |
| HSL | 58.47º | 0.52% | 0.45% | - |
| HSV(B) | 58.47º | 0.68% | 0.68% | - |
| XYZ | 32.3 | 37.91 | 9.23 | - |
| YUV | 157.79 | 69.99 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 55 | 0 | 0.02 | 0.68 | 0.32 | 58.47 | 0.52 | 0.45 |
| Hex | AD | AA | 37 | 0 | 2 | 44 | 20 | 3A | 34 | 2D |
| Octal | 255 | 252 | 67 | 0 | 2 | 104 | 40 | 72 | 64 | 55 |
| Binary | 10101101 | 10101010 | 110111 | 0 | 10 | 1000100 | 100000 | 111010 | 110100 | 101101 |
Color Harmonies of #ADAA37
Complementary color
Monochromatic Colors of #ADAA37
Black with #ADAA37
Text Example
Text Example
White with #ADAA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA37; }
p { color: rgb(173,170,55); }
H1.HeaderClassName
{
color: #ADAA37;
}
.AnyTagClassName
{
color: #ADAA37;
}
</style>
background-color css
<style>
a { background-color: #ADAA37; }
a { background-color: rgb(173,170,55); }
div.DivClassName
{
background-color: #ADAA37;
}
.BgClassName
{
background-color: #ADAA37;
}
</style>
border-color css
<style>
span { border-color: #ADAA37; }
span { border-color: rgb(173,170,55); }
td.TdClassName
{
border-color: #ADAA37;
}
.TagClassName
{
border-color: #ADAA37;
}
</style>