Shades of Brass #ADA435
Tints of Brass #ADA435
RGB
CMYK
RGB Variations
Color information
#ADA435 (or 0xADA435) is known color: Brass. HEX triplet: AD, A4 and 35. RGB value is (173,164,53). Sum of RGB (Red+Green+Blue) = 173+164+53=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 53 (21.09% from 255 or 13.59% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA435 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA435 is #525BCA. Grayscale: #9A9A9A. Windows color (decimal): -5397451 or 3515565. OLE color: 3515565.
HSL color Cylindrical-coordinate representation of color #ADA435: hue angle of 55.5º 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 #ADA435 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 164 | 53 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.32 |
| HSL | 55.5º | 0.53% | 0.44% | - |
| HSV(B) | 55.5º | 0.69% | 0.68% | - |
| XYZ | 31.15 | 35.69 | 8.62 | - |
| YUV | 154.04 | 70.98 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 53 | 0 | 0.05 | 0.69 | 0.32 | 55.5 | 0.53 | 0.44 |
| Hex | AD | A4 | 35 | 0 | 5 | 45 | 20 | 38 | 35 | 2C |
| Octal | 255 | 244 | 65 | 0 | 5 | 105 | 40 | 70 | 65 | 54 |
| Binary | 10101101 | 10100100 | 110101 | 0 | 101 | 1000101 | 100000 | 111000 | 110101 | 101100 |
Color Harmonies of #ADA435
Complementary color
Monochromatic Colors of #ADA435
Black with #ADA435
Text Example
Text Example
White with #ADA435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA435; }
p { color: rgb(173,164,53); }
H1.HeaderClassName
{
color: #ADA435;
}
.AnyTagClassName
{
color: #ADA435;
}
</style>
background-color css
<style>
a { background-color: #ADA435; }
a { background-color: rgb(173,164,53); }
div.DivClassName
{
background-color: #ADA435;
}
.BgClassName
{
background-color: #ADA435;
}
</style>
border-color css
<style>
span { border-color: #ADA435; }
span { border-color: rgb(173,164,53); }
td.TdClassName
{
border-color: #ADA435;
}
.TagClassName
{
border-color: #ADA435;
}
</style>