Shades of Brass #ADA84D
Tints of Brass #ADA84D
RGB
CMYK
RGB Variations
Color information
#ADA84D (or 0xADA84D) is known color: Brass. HEX triplet: AD, A8 and 4D. RGB value is (173,168,77). Sum of RGB (Red+Green+Blue) = 173+168+77=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA84D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA84D is #5257B2. Grayscale: #9F9F9F. Windows color (decimal): -5396403 or 5089453. OLE color: 5089453.
HSL color Cylindrical-coordinate representation of color #ADA84D: hue angle of 56.88º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADA84D is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 77 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.32 |
| HSL | 56.88º | 0.38% | 0.49% | - |
| HSV(B) | 56.88º | 0.55% | 0.68% | - |
| XYZ | 32.58 | 37.43 | 12.53 | - |
| YUV | 159.12 | 81.66 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 77 | 0 | 0.03 | 0.55 | 0.32 | 56.88 | 0.38 | 0.49 |
| Hex | AD | A8 | 4D | 0 | 3 | 37 | 20 | 39 | 26 | 31 |
| Octal | 255 | 250 | 115 | 0 | 3 | 67 | 40 | 71 | 46 | 61 |
| Binary | 10101101 | 10101000 | 1001101 | 0 | 11 | 110111 | 100000 | 111001 | 100110 | 110001 |
Color Harmonies of #ADA84D
Complementary color
Monochromatic Colors of #ADA84D
Black with #ADA84D
Text Example
Text Example
White with #ADA84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA84D; }
p { color: rgb(173,168,77); }
H1.HeaderClassName
{
color: #ADA84D;
}
.AnyTagClassName
{
color: #ADA84D;
}
</style>
background-color css
<style>
a { background-color: #ADA84D; }
a { background-color: rgb(173,168,77); }
div.DivClassName
{
background-color: #ADA84D;
}
.BgClassName
{
background-color: #ADA84D;
}
</style>
border-color css
<style>
span { border-color: #ADA84D; }
span { border-color: rgb(173,168,77); }
td.TdClassName
{
border-color: #ADA84D;
}
.TagClassName
{
border-color: #ADA84D;
}
</style>