Shades of Brass #ADA735
Tints of Brass #ADA735
RGB
CMYK
RGB Variations
Color information
#ADA735 (or 0xADA735) is known color: Brass. HEX triplet: AD, A7 and 35. RGB value is (173,167,53). Sum of RGB (Red+Green+Blue) = 173+167+53=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 167 (65.62% from 255 or 42.49% from 393); Blue value is 53 (21.09% from 255 or 13.49% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA735 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA735 is #5258CA. Grayscale: #9C9C9C. Windows color (decimal): -5396683 or 3516333. OLE color: 3516333.
HSL color Cylindrical-coordinate representation of color #ADA735: hue angle of 57º 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 #ADA735 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 53 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.32 |
| HSL | 57º | 0.53% | 0.44% | - |
| HSV(B) | 57º | 0.69% | 0.68% | - |
| XYZ | 31.69 | 36.78 | 8.8 | - |
| YUV | 155.8 | 69.99 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 53 | 0 | 0.03 | 0.69 | 0.32 | 57 | 0.53 | 0.44 |
| Hex | AD | A7 | 35 | 0 | 3 | 45 | 20 | 39 | 35 | 2C |
| Octal | 255 | 247 | 65 | 0 | 3 | 105 | 40 | 71 | 65 | 54 |
| Binary | 10101101 | 10100111 | 110101 | 0 | 11 | 1000101 | 100000 | 111001 | 110101 | 101100 |
Color Harmonies of #ADA735
Complementary color
Monochromatic Colors of #ADA735
Black with #ADA735
Text Example
Text Example
White with #ADA735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA735; }
p { color: rgb(173,167,53); }
H1.HeaderClassName
{
color: #ADA735;
}
.AnyTagClassName
{
color: #ADA735;
}
</style>
background-color css
<style>
a { background-color: #ADA735; }
a { background-color: rgb(173,167,53); }
div.DivClassName
{
background-color: #ADA735;
}
.BgClassName
{
background-color: #ADA735;
}
</style>
border-color css
<style>
span { border-color: #ADA735; }
span { border-color: rgb(173,167,53); }
td.TdClassName
{
border-color: #ADA735;
}
.TagClassName
{
border-color: #ADA735;
}
</style>