Shades of Brass #ADA94A
Tints of Brass #ADA94A
RGB
CMYK
RGB Variations
Color information
#ADA94A (or 0xADA94A) is known color: Brass. HEX triplet: AD, A9 and 4A. RGB value is (173,169,74). Sum of RGB (Red+Green+Blue) = 173+169+74=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA94A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA94A is #5256B5. Grayscale: #9F9F9F. Windows color (decimal): -5396150 or 4893101. OLE color: 4893101.
HSL color Cylindrical-coordinate representation of color #ADA94A: hue angle of 57.58º 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 #ADA94A is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 74 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.32 |
| HSL | 57.58º | 0.4% | 0.48% | - |
| HSV(B) | 57.58º | 0.57% | 0.68% | - |
| XYZ | 32.66 | 37.75 | 12.04 | - |
| YUV | 159.37 | 79.83 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 74 | 0 | 0.02 | 0.57 | 0.32 | 57.58 | 0.4 | 0.48 |
| Hex | AD | A9 | 4A | 0 | 2 | 39 | 20 | 3A | 28 | 30 |
| Octal | 255 | 251 | 112 | 0 | 2 | 71 | 40 | 72 | 50 | 60 |
| Binary | 10101101 | 10101001 | 1001010 | 0 | 10 | 111001 | 100000 | 111010 | 101000 | 110000 |
Color Harmonies of #ADA94A
Complementary color
Monochromatic Colors of #ADA94A
Black with #ADA94A
Text Example
Text Example
White with #ADA94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA94A; }
p { color: rgb(173,169,74); }
H1.HeaderClassName
{
color: #ADA94A;
}
.AnyTagClassName
{
color: #ADA94A;
}
</style>
background-color css
<style>
a { background-color: #ADA94A; }
a { background-color: rgb(173,169,74); }
div.DivClassName
{
background-color: #ADA94A;
}
.BgClassName
{
background-color: #ADA94A;
}
</style>
border-color css
<style>
span { border-color: #ADA94A; }
span { border-color: rgb(173,169,74); }
td.TdClassName
{
border-color: #ADA94A;
}
.TagClassName
{
border-color: #ADA94A;
}
</style>