Shades of Brass #ADAB4A
Tints of Brass #ADAB4A
RGB
CMYK
RGB Variations
Color information
#ADAB4A (or 0xADAB4A) is known color: Brass. HEX triplet: AD, AB and 4A. RGB value is (173,171,74). Sum of RGB (Red+Green+Blue) = 173+171+74=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB4A is #5254B5. Grayscale: #A0A0A0. Windows color (decimal): -5395638 or 4893613. OLE color: 4893613.
HSL color Cylindrical-coordinate representation of color #ADAB4A: hue angle of 58.79º 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 #ADAB4A is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 74 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.32 |
| HSL | 58.79º | 0.4% | 0.48% | - |
| HSV(B) | 58.79º | 0.57% | 0.68% | - |
| XYZ | 33.03 | 38.5 | 12.17 | - |
| YUV | 160.54 | 79.16 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 74 | 0 | 0.01 | 0.57 | 0.32 | 58.79 | 0.4 | 0.48 |
| Hex | AD | AB | 4A | 0 | 1 | 39 | 20 | 3B | 28 | 30 |
| Octal | 255 | 253 | 112 | 0 | 1 | 71 | 40 | 73 | 50 | 60 |
| Binary | 10101101 | 10101011 | 1001010 | 0 | 1 | 111001 | 100000 | 111011 | 101000 | 110000 |
Color Harmonies of #ADAB4A
Complementary color
Monochromatic Colors of #ADAB4A
Black with #ADAB4A
Text Example
Text Example
White with #ADAB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB4A; }
p { color: rgb(173,171,74); }
H1.HeaderClassName
{
color: #ADAB4A;
}
.AnyTagClassName
{
color: #ADAB4A;
}
</style>
background-color css
<style>
a { background-color: #ADAB4A; }
a { background-color: rgb(173,171,74); }
div.DivClassName
{
background-color: #ADAB4A;
}
.BgClassName
{
background-color: #ADAB4A;
}
</style>
border-color css
<style>
span { border-color: #ADAB4A; }
span { border-color: rgb(173,171,74); }
td.TdClassName
{
border-color: #ADAB4A;
}
.TagClassName
{
border-color: #ADAB4A;
}
</style>