Shades of Brass #ADA34D
Tints of Brass #ADA34D
RGB
CMYK
RGB Variations
Color information
#ADA34D (or 0xADA34D) is known color: Brass. HEX triplet: AD, A3 and 4D. RGB value is (173,163,77). Sum of RGB (Red+Green+Blue) = 173+163+77=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA34D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA34D is #525CB2. Grayscale: #9C9C9C. Windows color (decimal): -5397683 or 5088173. OLE color: 5088173.
HSL color Cylindrical-coordinate representation of color #ADA34D: hue angle of 53.75º 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 #ADA34D is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 77 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.32 |
| HSL | 53.75º | 0.38% | 0.49% | - |
| HSV(B) | 53.75º | 0.55% | 0.68% | - |
| XYZ | 31.67 | 35.61 | 12.23 | - |
| YUV | 156.19 | 83.31 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 77 | 0 | 0.06 | 0.55 | 0.32 | 53.75 | 0.38 | 0.49 |
| Hex | AD | A3 | 4D | 0 | 6 | 37 | 20 | 36 | 26 | 31 |
| Octal | 255 | 243 | 115 | 0 | 6 | 67 | 40 | 66 | 46 | 61 |
| Binary | 10101101 | 10100011 | 1001101 | 0 | 110 | 110111 | 100000 | 110110 | 100110 | 110001 |
Color Harmonies of #ADA34D
Complementary color
Monochromatic Colors of #ADA34D
Black with #ADA34D
Text Example
Text Example
White with #ADA34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA34D; }
p { color: rgb(173,163,77); }
H1.HeaderClassName
{
color: #ADA34D;
}
.AnyTagClassName
{
color: #ADA34D;
}
</style>
background-color css
<style>
a { background-color: #ADA34D; }
a { background-color: rgb(173,163,77); }
div.DivClassName
{
background-color: #ADA34D;
}
.BgClassName
{
background-color: #ADA34D;
}
</style>
border-color css
<style>
span { border-color: #ADA34D; }
span { border-color: rgb(173,163,77); }
td.TdClassName
{
border-color: #ADA34D;
}
.TagClassName
{
border-color: #ADA34D;
}
</style>