Shades of Brass #ADA84F
Tints of Brass #ADA84F
RGB
CMYK
RGB Variations
Color information
#ADA84F (or 0xADA84F) is known color: Brass. HEX triplet: AD, A8 and 4F. RGB value is (173,168,79). Sum of RGB (Red+Green+Blue) = 173+168+79=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 79 (31.25% from 255 or 18.81% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA84F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA84F is #5257B0. Grayscale: #9F9F9F. Windows color (decimal): -5396401 or 5220525. OLE color: 5220525.
HSL color Cylindrical-coordinate representation of color #ADA84F: hue angle of 56.81º 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 #ADA84F is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 79 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.32 |
| HSL | 56.81º | 0.37% | 0.49% | - |
| HSV(B) | 56.81º | 0.54% | 0.68% | - |
| XYZ | 32.65 | 37.45 | 12.91 | - |
| YUV | 159.35 | 82.66 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 79 | 0 | 0.03 | 0.54 | 0.32 | 56.81 | 0.37 | 0.49 |
| Hex | AD | A8 | 4F | 0 | 3 | 36 | 20 | 39 | 25 | 31 |
| Octal | 255 | 250 | 117 | 0 | 3 | 66 | 40 | 71 | 45 | 61 |
| Binary | 10101101 | 10101000 | 1001111 | 0 | 11 | 110110 | 100000 | 111001 | 100101 | 110001 |
Color Harmonies of #ADA84F
Complementary color
Monochromatic Colors of #ADA84F
Black with #ADA84F
Text Example
Text Example
White with #ADA84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA84F; }
p { color: rgb(173,168,79); }
H1.HeaderClassName
{
color: #ADA84F;
}
.AnyTagClassName
{
color: #ADA84F;
}
</style>
background-color css
<style>
a { background-color: #ADA84F; }
a { background-color: rgb(173,168,79); }
div.DivClassName
{
background-color: #ADA84F;
}
.BgClassName
{
background-color: #ADA84F;
}
</style>
border-color css
<style>
span { border-color: #ADA84F; }
span { border-color: rgb(173,168,79); }
td.TdClassName
{
border-color: #ADA84F;
}
.TagClassName
{
border-color: #ADA84F;
}
</style>