Shades of Brass #ADA74F
Tints of Brass #ADA74F
RGB
CMYK
RGB Variations
Color information
#ADA74F (or 0xADA74F) is known color: Brass. HEX triplet: AD, A7 and 4F. RGB value is (173,167,79). Sum of RGB (Red+Green+Blue) = 173+167+79=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 79 (31.25% from 255 or 18.85% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA74F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA74F is #5258B0. Grayscale: #9F9F9F. Windows color (decimal): -5396657 or 5220269. OLE color: 5220269.
HSL color Cylindrical-coordinate representation of color #ADA74F: hue angle of 56.17º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADA74F is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 79 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.32 |
| HSL | 56.17º | 0.37% | 0.49% | - |
| HSV(B) | 56.17º | 0.54% | 0.68% | - |
| XYZ | 32.46 | 37.09 | 12.84 | - |
| YUV | 158.76 | 82.99 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 79 | 0 | 0.03 | 0.54 | 0.32 | 56.17 | 0.37 | 0.49 |
| Hex | AD | A7 | 4F | 0 | 3 | 36 | 20 | 38 | 25 | 31 |
| Octal | 255 | 247 | 117 | 0 | 3 | 66 | 40 | 70 | 45 | 61 |
| Binary | 10101101 | 10100111 | 1001111 | 0 | 11 | 110110 | 100000 | 111000 | 100101 | 110001 |
Color Harmonies of #ADA74F
Complementary color
Monochromatic Colors of #ADA74F
Black with #ADA74F
Text Example
Text Example
White with #ADA74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA74F; }
p { color: rgb(173,167,79); }
H1.HeaderClassName
{
color: #ADA74F;
}
.AnyTagClassName
{
color: #ADA74F;
}
</style>
background-color css
<style>
a { background-color: #ADA74F; }
a { background-color: rgb(173,167,79); }
div.DivClassName
{
background-color: #ADA74F;
}
.BgClassName
{
background-color: #ADA74F;
}
</style>
border-color css
<style>
span { border-color: #ADA74F; }
span { border-color: rgb(173,167,79); }
td.TdClassName
{
border-color: #ADA74F;
}
.TagClassName
{
border-color: #ADA74F;
}
</style>