Shades of Brass #ADAA4A
Tints of Brass #ADAA4A
RGB
CMYK
RGB Variations
Color information
#ADAA4A (or 0xADAA4A) is known color: Brass. HEX triplet: AD, AA and 4A. RGB value is (173,170,74). Sum of RGB (Red+Green+Blue) = 173+170+74=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAA4A is #5255B5. Grayscale: #A0A0A0. Windows color (decimal): -5395894 or 4893357. OLE color: 4893357.
HSL color Cylindrical-coordinate representation of color #ADAA4A: hue angle of 58.18º 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 #ADAA4A is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 74 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.32 |
| HSL | 58.18º | 0.4% | 0.48% | - |
| HSV(B) | 58.18º | 0.57% | 0.68% | - |
| XYZ | 32.84 | 38.13 | 12.11 | - |
| YUV | 159.95 | 79.49 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 74 | 0 | 0.02 | 0.57 | 0.32 | 58.18 | 0.4 | 0.48 |
| Hex | AD | AA | 4A | 0 | 2 | 39 | 20 | 3A | 28 | 30 |
| Octal | 255 | 252 | 112 | 0 | 2 | 71 | 40 | 72 | 50 | 60 |
| Binary | 10101101 | 10101010 | 1001010 | 0 | 10 | 111001 | 100000 | 111010 | 101000 | 110000 |
Color Harmonies of #ADAA4A
Complementary color
Monochromatic Colors of #ADAA4A
Black with #ADAA4A
Text Example
Text Example
White with #ADAA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA4A; }
p { color: rgb(173,170,74); }
H1.HeaderClassName
{
color: #ADAA4A;
}
.AnyTagClassName
{
color: #ADAA4A;
}
</style>
background-color css
<style>
a { background-color: #ADAA4A; }
a { background-color: rgb(173,170,74); }
div.DivClassName
{
background-color: #ADAA4A;
}
.BgClassName
{
background-color: #ADAA4A;
}
</style>
border-color css
<style>
span { border-color: #ADAA4A; }
span { border-color: rgb(173,170,74); }
td.TdClassName
{
border-color: #ADAA4A;
}
.TagClassName
{
border-color: #ADAA4A;
}
</style>