Shades of Brass #ADA335
Tints of Brass #ADA335
RGB
CMYK
RGB Variations
Color information
#ADA335 (or 0xADA335) is known color: Brass. HEX triplet: AD, A3 and 35. RGB value is (173,163,53). Sum of RGB (Red+Green+Blue) = 173+163+53=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 53 (21.09% from 255 or 13.62% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA335 is #525CCA. Grayscale: #999999. Windows color (decimal): -5397707 or 3515309. OLE color: 3515309.
HSL color Cylindrical-coordinate representation of color #ADA335: hue angle of 55º 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 #ADA335 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 53 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.32 |
| HSL | 55º | 0.53% | 0.44% | - |
| HSV(B) | 55º | 0.69% | 0.68% | - |
| XYZ | 30.97 | 35.34 | 8.56 | - |
| YUV | 153.45 | 71.31 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 53 | 0 | 0.06 | 0.69 | 0.32 | 55 | 0.53 | 0.44 |
| Hex | AD | A3 | 35 | 0 | 6 | 45 | 20 | 37 | 35 | 2C |
| Octal | 255 | 243 | 65 | 0 | 6 | 105 | 40 | 67 | 65 | 54 |
| Binary | 10101101 | 10100011 | 110101 | 0 | 110 | 1000101 | 100000 | 110111 | 110101 | 101100 |
Color Harmonies of #ADA335
Complementary color
Monochromatic Colors of #ADA335
Black with #ADA335
Text Example
Text Example
White with #ADA335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA335; }
p { color: rgb(173,163,53); }
H1.HeaderClassName
{
color: #ADA335;
}
.AnyTagClassName
{
color: #ADA335;
}
</style>
background-color css
<style>
a { background-color: #ADA335; }
a { background-color: rgb(173,163,53); }
div.DivClassName
{
background-color: #ADA335;
}
.BgClassName
{
background-color: #ADA335;
}
</style>
border-color css
<style>
span { border-color: #ADA335; }
span { border-color: rgb(173,163,53); }
td.TdClassName
{
border-color: #ADA335;
}
.TagClassName
{
border-color: #ADA335;
}
</style>