Shades of Brass #ADA436
Tints of Brass #ADA436
RGB
CMYK
RGB Variations
Color information
#ADA436 (or 0xADA436) is known color: Brass. HEX triplet: AD, A4 and 36. RGB value is (173,164,54). Sum of RGB (Red+Green+Blue) = 173+164+54=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 54 (21.48% from 255 or 13.81% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA436 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA436 is #525BC9. Grayscale: #9A9A9A. Windows color (decimal): -5397450 or 3581101. OLE color: 3581101.
HSL color Cylindrical-coordinate representation of color #ADA436: hue angle of 55.46º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADA436 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 164 | 54 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.32 |
| HSL | 55.46º | 0.52% | 0.45% | - |
| HSV(B) | 55.46º | 0.69% | 0.68% | - |
| XYZ | 31.17 | 35.7 | 8.74 | - |
| YUV | 154.15 | 71.48 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 54 | 0 | 0.05 | 0.69 | 0.32 | 55.46 | 0.52 | 0.45 |
| Hex | AD | A4 | 36 | 0 | 5 | 45 | 20 | 37 | 34 | 2D |
| Octal | 255 | 244 | 66 | 0 | 5 | 105 | 40 | 67 | 64 | 55 |
| Binary | 10101101 | 10100100 | 110110 | 0 | 101 | 1000101 | 100000 | 110111 | 110100 | 101101 |
Color Harmonies of #ADA436
Complementary color
Monochromatic Colors of #ADA436
Black with #ADA436
Text Example
Text Example
White with #ADA436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA436; }
p { color: rgb(173,164,54); }
H1.HeaderClassName
{
color: #ADA436;
}
.AnyTagClassName
{
color: #ADA436;
}
</style>
background-color css
<style>
a { background-color: #ADA436; }
a { background-color: rgb(173,164,54); }
div.DivClassName
{
background-color: #ADA436;
}
.BgClassName
{
background-color: #ADA436;
}
</style>
border-color css
<style>
span { border-color: #ADA436; }
span { border-color: rgb(173,164,54); }
td.TdClassName
{
border-color: #ADA436;
}
.TagClassName
{
border-color: #ADA436;
}
</style>