Shades of Brass #ADA14A
Tints of Brass #ADA14A
RGB
CMYK
RGB Variations
Color information
#ADA14A (or 0xADA14A) is known color: Brass. HEX triplet: AD, A1 and 4A. RGB value is (173,161,74). Sum of RGB (Red+Green+Blue) = 173+161+74=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA14A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA14A is #525EB5. Grayscale: #9B9B9B. Windows color (decimal): -5398198 or 4891053. OLE color: 4891053.
HSL color Cylindrical-coordinate representation of color #ADA14A: hue angle of 52.73º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADA14A is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 74 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.32 |
| HSL | 52.73º | 0.4% | 0.48% | - |
| HSV(B) | 52.73º | 0.57% | 0.68% | - |
| XYZ | 31.21 | 34.87 | 11.56 | - |
| YUV | 154.67 | 82.48 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 74 | 0 | 0.07 | 0.57 | 0.32 | 52.73 | 0.4 | 0.48 |
| Hex | AD | A1 | 4A | 0 | 7 | 39 | 20 | 35 | 28 | 30 |
| Octal | 255 | 241 | 112 | 0 | 7 | 71 | 40 | 65 | 50 | 60 |
| Binary | 10101101 | 10100001 | 1001010 | 0 | 111 | 111001 | 100000 | 110101 | 101000 | 110000 |
Color Harmonies of #ADA14A
Complementary color
Monochromatic Colors of #ADA14A
Black with #ADA14A
Text Example
Text Example
White with #ADA14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA14A; }
p { color: rgb(173,161,74); }
H1.HeaderClassName
{
color: #ADA14A;
}
.AnyTagClassName
{
color: #ADA14A;
}
</style>
background-color css
<style>
a { background-color: #ADA14A; }
a { background-color: rgb(173,161,74); }
div.DivClassName
{
background-color: #ADA14A;
}
.BgClassName
{
background-color: #ADA14A;
}
</style>
border-color css
<style>
span { border-color: #ADA14A; }
span { border-color: rgb(173,161,74); }
td.TdClassName
{
border-color: #ADA14A;
}
.TagClassName
{
border-color: #ADA14A;
}
</style>