Shades of Brass #ADA135
Tints of Brass #ADA135
RGB
CMYK
RGB Variations
Color information
#ADA135 (or 0xADA135) is known color: Brass. HEX triplet: AD, A1 and 35. RGB value is (173,161,53). Sum of RGB (Red+Green+Blue) = 173+161+53=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA135 is #525ECA. Grayscale: #989898. Windows color (decimal): -5398219 or 3514797. OLE color: 3514797.
HSL color Cylindrical-coordinate representation of color #ADA135: hue angle of 54º 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 #ADA135 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 53 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.32 |
| HSL | 54º | 0.53% | 0.44% | - |
| HSV(B) | 54º | 0.69% | 0.68% | - |
| XYZ | 30.62 | 34.63 | 8.44 | - |
| YUV | 152.28 | 71.98 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 53 | 0 | 0.07 | 0.69 | 0.32 | 54 | 0.53 | 0.44 |
| Hex | AD | A1 | 35 | 0 | 7 | 45 | 20 | 36 | 35 | 2C |
| Octal | 255 | 241 | 65 | 0 | 7 | 105 | 40 | 66 | 65 | 54 |
| Binary | 10101101 | 10100001 | 110101 | 0 | 111 | 1000101 | 100000 | 110110 | 110101 | 101100 |
Color Harmonies of #ADA135
Complementary color
Monochromatic Colors of #ADA135
Black with #ADA135
Text Example
Text Example
White with #ADA135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA135; }
p { color: rgb(173,161,53); }
H1.HeaderClassName
{
color: #ADA135;
}
.AnyTagClassName
{
color: #ADA135;
}
</style>
background-color css
<style>
a { background-color: #ADA135; }
a { background-color: rgb(173,161,53); }
div.DivClassName
{
background-color: #ADA135;
}
.BgClassName
{
background-color: #ADA135;
}
</style>
border-color css
<style>
span { border-color: #ADA135; }
span { border-color: rgb(173,161,53); }
td.TdClassName
{
border-color: #ADA135;
}
.TagClassName
{
border-color: #ADA135;
}
</style>