Shades of Brass #ADA535
Tints of Brass #ADA535
RGB
CMYK
RGB Variations
Color information
#ADA535 (or 0xADA535) is known color: Brass. HEX triplet: AD, A5 and 35. RGB value is (173,165,53). Sum of RGB (Red+Green+Blue) = 173+165+53=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 53 (21.09% from 255 or 13.55% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA535 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA535 is #525ACA. Grayscale: #9B9B9B. Windows color (decimal): -5397195 or 3515821. OLE color: 3515821.
HSL color Cylindrical-coordinate representation of color #ADA535: hue angle of 56º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADA535 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 53 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.32 |
| HSL | 56º | 0.53% | 0.44% | - |
| HSV(B) | 56º | 0.69% | 0.68% | - |
| XYZ | 31.33 | 36.05 | 8.68 | - |
| YUV | 154.62 | 70.65 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 53 | 0 | 0.05 | 0.69 | 0.32 | 56 | 0.53 | 0.44 |
| Hex | AD | A5 | 35 | 0 | 5 | 45 | 20 | 38 | 35 | 2C |
| Octal | 255 | 245 | 65 | 0 | 5 | 105 | 40 | 70 | 65 | 54 |
| Binary | 10101101 | 10100101 | 110101 | 0 | 101 | 1000101 | 100000 | 111000 | 110101 | 101100 |
Color Harmonies of #ADA535
Complementary color
Monochromatic Colors of #ADA535
Black with #ADA535
Text Example
Text Example
White with #ADA535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA535; }
p { color: rgb(173,165,53); }
H1.HeaderClassName
{
color: #ADA535;
}
.AnyTagClassName
{
color: #ADA535;
}
</style>
background-color css
<style>
a { background-color: #ADA535; }
a { background-color: rgb(173,165,53); }
div.DivClassName
{
background-color: #ADA535;
}
.BgClassName
{
background-color: #ADA535;
}
</style>
border-color css
<style>
span { border-color: #ADA535; }
span { border-color: rgb(173,165,53); }
td.TdClassName
{
border-color: #ADA535;
}
.TagClassName
{
border-color: #ADA535;
}
</style>