Shades of Brass #ADA532
Tints of Brass #ADA532
RGB
CMYK
RGB Variations
Color information
#ADA532 (or 0xADA532) is known color: Brass. HEX triplet: AD, A5 and 32. RGB value is (173,165,50). Sum of RGB (Red+Green+Blue) = 173+165+50=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 50 (19.92% from 255 or 12.89% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA532 is #525ACD. Grayscale: #9A9A9A. Windows color (decimal): -5397198 or 3319213. OLE color: 3319213.
HSL color Cylindrical-coordinate representation of color #ADA532: hue angle of 56.1º 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 #ADA532 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 50 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.32 |
| HSL | 56.1º | 0.55% | 0.44% | - |
| HSV(B) | 56.1º | 0.71% | 0.68% | - |
| XYZ | 31.26 | 36.02 | 8.32 | - |
| YUV | 154.28 | 69.15 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 50 | 0 | 0.05 | 0.71 | 0.32 | 56.1 | 0.55 | 0.44 |
| Hex | AD | A5 | 32 | 0 | 5 | 47 | 20 | 38 | 37 | 2C |
| Octal | 255 | 245 | 62 | 0 | 5 | 107 | 40 | 70 | 67 | 54 |
| Binary | 10101101 | 10100101 | 110010 | 0 | 101 | 1000111 | 100000 | 111000 | 110111 | 101100 |
Color Harmonies of #ADA532
Complementary color
Monochromatic Colors of #ADA532
Black with #ADA532
Text Example
Text Example
White with #ADA532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA532; }
p { color: rgb(173,165,50); }
H1.HeaderClassName
{
color: #ADA532;
}
.AnyTagClassName
{
color: #ADA532;
}
</style>
background-color css
<style>
a { background-color: #ADA532; }
a { background-color: rgb(173,165,50); }
div.DivClassName
{
background-color: #ADA532;
}
.BgClassName
{
background-color: #ADA532;
}
</style>
border-color css
<style>
span { border-color: #ADA532; }
span { border-color: rgb(173,165,50); }
td.TdClassName
{
border-color: #ADA532;
}
.TagClassName
{
border-color: #ADA532;
}
</style>