Shades of Brass #ADA132
Tints of Brass #ADA132
RGB
CMYK
RGB Variations
Color information
#ADA132 (or 0xADA132) is known color: Brass. HEX triplet: AD, A1 and 32. RGB value is (173,161,50). Sum of RGB (Red+Green+Blue) = 173+161+50=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 50 (19.92% from 255 or 13.02% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA132 is #525ECD. Grayscale: #989898. Windows color (decimal): -5398222 or 3318189. OLE color: 3318189.
HSL color Cylindrical-coordinate representation of color #ADA132: hue angle of 54.15º 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 #ADA132 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 50 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.32 |
| HSL | 54.15º | 0.55% | 0.44% | - |
| HSV(B) | 54.15º | 0.71% | 0.68% | - |
| XYZ | 30.55 | 34.6 | 8.09 | - |
| YUV | 151.93 | 70.48 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 50 | 0 | 0.07 | 0.71 | 0.32 | 54.15 | 0.55 | 0.44 |
| Hex | AD | A1 | 32 | 0 | 7 | 47 | 20 | 36 | 37 | 2C |
| Octal | 255 | 241 | 62 | 0 | 7 | 107 | 40 | 66 | 67 | 54 |
| Binary | 10101101 | 10100001 | 110010 | 0 | 111 | 1000111 | 100000 | 110110 | 110111 | 101100 |
Color Harmonies of #ADA132
Complementary color
Monochromatic Colors of #ADA132
Black with #ADA132
Text Example
Text Example
White with #ADA132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA132; }
p { color: rgb(173,161,50); }
H1.HeaderClassName
{
color: #ADA132;
}
.AnyTagClassName
{
color: #ADA132;
}
</style>
background-color css
<style>
a { background-color: #ADA132; }
a { background-color: rgb(173,161,50); }
div.DivClassName
{
background-color: #ADA132;
}
.BgClassName
{
background-color: #ADA132;
}
</style>
border-color css
<style>
span { border-color: #ADA132; }
span { border-color: rgb(173,161,50); }
td.TdClassName
{
border-color: #ADA132;
}
.TagClassName
{
border-color: #ADA132;
}
</style>