Shades of Brass #ADAA32
Tints of Brass #ADAA32
RGB
CMYK
RGB Variations
Color information
#ADAA32 (or 0xADAA32) is known color: Brass. HEX triplet: AD, AA and 32. RGB value is (173,170,50). Sum of RGB (Red+Green+Blue) = 173+170+50=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAA32 is #5255CD. Grayscale: #9D9D9D. Windows color (decimal): -5395918 or 3320493. OLE color: 3320493.
HSL color Cylindrical-coordinate representation of color #ADAA32: hue angle of 58.54º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADAA32 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 50 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.32 |
| HSL | 58.54º | 0.55% | 0.44% | - |
| HSV(B) | 58.54º | 0.71% | 0.68% | - |
| XYZ | 32.18 | 37.86 | 8.63 | - |
| YUV | 157.22 | 67.49 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 50 | 0 | 0.02 | 0.71 | 0.32 | 58.54 | 0.55 | 0.44 |
| Hex | AD | AA | 32 | 0 | 2 | 47 | 20 | 3B | 37 | 2C |
| Octal | 255 | 252 | 62 | 0 | 2 | 107 | 40 | 73 | 67 | 54 |
| Binary | 10101101 | 10101010 | 110010 | 0 | 10 | 1000111 | 100000 | 111011 | 110111 | 101100 |
Color Harmonies of #ADAA32
Complementary color
Monochromatic Colors of #ADAA32
Black with #ADAA32
Text Example
Text Example
White with #ADAA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA32; }
p { color: rgb(173,170,50); }
H1.HeaderClassName
{
color: #ADAA32;
}
.AnyTagClassName
{
color: #ADAA32;
}
</style>
background-color css
<style>
a { background-color: #ADAA32; }
a { background-color: rgb(173,170,50); }
div.DivClassName
{
background-color: #ADAA32;
}
.BgClassName
{
background-color: #ADAA32;
}
</style>
border-color css
<style>
span { border-color: #ADAA32; }
span { border-color: rgb(173,170,50); }
td.TdClassName
{
border-color: #ADAA32;
}
.TagClassName
{
border-color: #ADAA32;
}
</style>