Shades of Brass #ADAC4D
Tints of Brass #ADAC4D
RGB
CMYK
RGB Variations
Color information
#ADAC4D (or 0xADAC4D) is known color: Brass. HEX triplet: AD, AC and 4D. RGB value is (173,172,77). Sum of RGB (Red+Green+Blue) = 173+172+77=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 77 (30.47% from 255 or 18.25% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC4D is #5253B2. Grayscale: #A1A1A1. Windows color (decimal): -5395379 or 5090477. OLE color: 5090477.
HSL color Cylindrical-coordinate representation of color #ADAC4D: hue angle of 59.38º 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 #ADAC4D is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 77 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.32 |
| HSL | 59.38º | 0.38% | 0.49% | - |
| HSV(B) | 59.38º | 0.55% | 0.68% | - |
| XYZ | 33.33 | 38.93 | 12.78 | - |
| YUV | 161.47 | 80.33 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 77 | 0 | 0.01 | 0.55 | 0.32 | 59.38 | 0.38 | 0.49 |
| Hex | AD | AC | 4D | 0 | 1 | 37 | 20 | 3B | 26 | 31 |
| Octal | 255 | 254 | 115 | 0 | 1 | 67 | 40 | 73 | 46 | 61 |
| Binary | 10101101 | 10101100 | 1001101 | 0 | 1 | 110111 | 100000 | 111011 | 100110 | 110001 |
Color Harmonies of #ADAC4D
Complementary color
Monochromatic Colors of #ADAC4D
Black with #ADAC4D
Text Example
Text Example
White with #ADAC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC4D; }
p { color: rgb(173,172,77); }
H1.HeaderClassName
{
color: #ADAC4D;
}
.AnyTagClassName
{
color: #ADAC4D;
}
</style>
background-color css
<style>
a { background-color: #ADAC4D; }
a { background-color: rgb(173,172,77); }
div.DivClassName
{
background-color: #ADAC4D;
}
.BgClassName
{
background-color: #ADAC4D;
}
</style>
border-color css
<style>
span { border-color: #ADAC4D; }
span { border-color: rgb(173,172,77); }
td.TdClassName
{
border-color: #ADAC4D;
}
.TagClassName
{
border-color: #ADAC4D;
}
</style>