Shades of Brass #ADA847
Tints of Brass #ADA847
RGB
CMYK
RGB Variations
Color information
#ADA847 (or 0xADA847) is known color: Brass. HEX triplet: AD, A8 and 47. RGB value is (173,168,71). Sum of RGB (Red+Green+Blue) = 173+168+71=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 71 (28.12% from 255 or 17.23% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA847 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA847 is #5257B8. Grayscale: #9E9E9E. Windows color (decimal): -5396409 or 4696237. OLE color: 4696237.
HSL color Cylindrical-coordinate representation of color #ADA847: hue angle of 57.06º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADA847 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 71 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.32 |
| HSL | 57.06º | 0.42% | 0.48% | - |
| HSV(B) | 57.06º | 0.59% | 0.68% | - |
| XYZ | 32.37 | 37.34 | 11.46 | - |
| YUV | 158.44 | 78.66 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 71 | 0 | 0.03 | 0.59 | 0.32 | 57.06 | 0.42 | 0.48 |
| Hex | AD | A8 | 47 | 0 | 3 | 3B | 20 | 39 | 2A | 30 |
| Octal | 255 | 250 | 107 | 0 | 3 | 73 | 40 | 71 | 52 | 60 |
| Binary | 10101101 | 10101000 | 1000111 | 0 | 11 | 111011 | 100000 | 111001 | 101010 | 110000 |
Color Harmonies of #ADA847
Complementary color
Monochromatic Colors of #ADA847
Black with #ADA847
Text Example
Text Example
White with #ADA847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA847; }
p { color: rgb(173,168,71); }
H1.HeaderClassName
{
color: #ADA847;
}
.AnyTagClassName
{
color: #ADA847;
}
</style>
background-color css
<style>
a { background-color: #ADA847; }
a { background-color: rgb(173,168,71); }
div.DivClassName
{
background-color: #ADA847;
}
.BgClassName
{
background-color: #ADA847;
}
</style>
border-color css
<style>
span { border-color: #ADA847; }
span { border-color: rgb(173,168,71); }
td.TdClassName
{
border-color: #ADA847;
}
.TagClassName
{
border-color: #ADA847;
}
</style>