Shades of Brass #ADA643
Tints of Brass #ADA643
RGB
CMYK
RGB Variations
Color information
#ADA643 (or 0xADA643) is known color: Brass. HEX triplet: AD, A6 and 43. RGB value is (173,166,67). Sum of RGB (Red+Green+Blue) = 173+166+67=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 67 (26.56% from 255 or 16.50% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA643 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA643 is #5259BC. Grayscale: #9D9D9D. Windows color (decimal): -5396925 or 4433581. OLE color: 4433581.
HSL color Cylindrical-coordinate representation of color #ADA643: hue angle of 56.04º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADA643 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 67 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.32 |
| HSL | 56.04º | 0.44% | 0.47% | - |
| HSV(B) | 56.04º | 0.61% | 0.68% | - |
| XYZ | 31.88 | 36.56 | 10.69 | - |
| YUV | 156.81 | 77.32 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 67 | 0 | 0.04 | 0.61 | 0.32 | 56.04 | 0.44 | 0.47 |
| Hex | AD | A6 | 43 | 0 | 4 | 3D | 20 | 38 | 2C | 2F |
| Octal | 255 | 246 | 103 | 0 | 4 | 75 | 40 | 70 | 54 | 57 |
| Binary | 10101101 | 10100110 | 1000011 | 0 | 100 | 111101 | 100000 | 111000 | 101100 | 101111 |
Color Harmonies of #ADA643
Complementary color
Monochromatic Colors of #ADA643
Black with #ADA643
Text Example
Text Example
White with #ADA643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA643; }
p { color: rgb(173,166,67); }
H1.HeaderClassName
{
color: #ADA643;
}
.AnyTagClassName
{
color: #ADA643;
}
</style>
background-color css
<style>
a { background-color: #ADA643; }
a { background-color: rgb(173,166,67); }
div.DivClassName
{
background-color: #ADA643;
}
.BgClassName
{
background-color: #ADA643;
}
</style>
border-color css
<style>
span { border-color: #ADA643; }
span { border-color: rgb(173,166,67); }
td.TdClassName
{
border-color: #ADA643;
}
.TagClassName
{
border-color: #ADA643;
}
</style>