Shades of Brass #ADA434
Tints of Brass #ADA434
RGB
CMYK
RGB Variations
Color information
#ADA434 (or 0xADA434) is known color: Brass. HEX triplet: AD, A4 and 34. RGB value is (173,164,52). Sum of RGB (Red+Green+Blue) = 173+164+52=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA434 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA434 is #525BCB. Grayscale: #9A9A9A. Windows color (decimal): -5397452 or 3450029. OLE color: 3450029.
HSL color Cylindrical-coordinate representation of color #ADA434: hue angle of 55.54º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADA434 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 164 | 52 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.32 |
| HSL | 55.54º | 0.54% | 0.44% | - |
| HSV(B) | 55.54º | 0.7% | 0.68% | - |
| XYZ | 31.13 | 35.68 | 8.5 | - |
| YUV | 153.92 | 70.48 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 52 | 0 | 0.05 | 0.70 | 0.32 | 55.54 | 0.54 | 0.44 |
| Hex | AD | A4 | 34 | 0 | 5 | 46 | 20 | 38 | 36 | 2C |
| Octal | 255 | 244 | 64 | 0 | 5 | 106 | 40 | 70 | 66 | 54 |
| Binary | 10101101 | 10100100 | 110100 | 0 | 101 | 1000110 | 100000 | 111000 | 110110 | 101100 |
Color Harmonies of #ADA434
Complementary color
Monochromatic Colors of #ADA434
Black with #ADA434
Text Example
Text Example
White with #ADA434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA434; }
p { color: rgb(173,164,52); }
H1.HeaderClassName
{
color: #ADA434;
}
.AnyTagClassName
{
color: #ADA434;
}
</style>
background-color css
<style>
a { background-color: #ADA434; }
a { background-color: rgb(173,164,52); }
div.DivClassName
{
background-color: #ADA434;
}
.BgClassName
{
background-color: #ADA434;
}
</style>
border-color css
<style>
span { border-color: #ADA434; }
span { border-color: rgb(173,164,52); }
td.TdClassName
{
border-color: #ADA434;
}
.TagClassName
{
border-color: #ADA434;
}
</style>