Shades of Brass #ADA848
Tints of Brass #ADA848
RGB
CMYK
RGB Variations
Color information
#ADA848 (or 0xADA848) is known color: Brass. HEX triplet: AD, A8 and 48. RGB value is (173,168,72). Sum of RGB (Red+Green+Blue) = 173+168+72=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA848 is #5257B7. Grayscale: #9E9E9E. Windows color (decimal): -5396408 or 4761773. OLE color: 4761773.
HSL color Cylindrical-coordinate representation of color #ADA848: hue angle of 57.03º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADA848 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 72 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.32 |
| HSL | 57.03º | 0.41% | 0.48% | - |
| HSV(B) | 57.03º | 0.58% | 0.68% | - |
| XYZ | 32.41 | 37.36 | 11.63 | - |
| YUV | 158.55 | 79.16 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 72 | 0 | 0.03 | 0.58 | 0.32 | 57.03 | 0.41 | 0.48 |
| Hex | AD | A8 | 48 | 0 | 3 | 3A | 20 | 39 | 29 | 30 |
| Octal | 255 | 250 | 110 | 0 | 3 | 72 | 40 | 71 | 51 | 60 |
| Binary | 10101101 | 10101000 | 1001000 | 0 | 11 | 111010 | 100000 | 111001 | 101001 | 110000 |
Color Harmonies of #ADA848
Complementary color
Monochromatic Colors of #ADA848
Black with #ADA848
Text Example
Text Example
White with #ADA848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA848; }
p { color: rgb(173,168,72); }
H1.HeaderClassName
{
color: #ADA848;
}
.AnyTagClassName
{
color: #ADA848;
}
</style>
background-color css
<style>
a { background-color: #ADA848; }
a { background-color: rgb(173,168,72); }
div.DivClassName
{
background-color: #ADA848;
}
.BgClassName
{
background-color: #ADA848;
}
</style>
border-color css
<style>
span { border-color: #ADA848; }
span { border-color: rgb(173,168,72); }
td.TdClassName
{
border-color: #ADA848;
}
.TagClassName
{
border-color: #ADA848;
}
</style>