Shades of Brass #ADAB49
Tints of Brass #ADAB49
RGB
CMYK
RGB Variations
Color information
#ADAB49 (or 0xADAB49) is known color: Brass. HEX triplet: AD, AB and 49. RGB value is (173,171,73). Sum of RGB (Red+Green+Blue) = 173+171+73=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB49 is #5254B6. Grayscale: #A0A0A0. Windows color (decimal): -5395639 or 4828077. OLE color: 4828077.
HSL color Cylindrical-coordinate representation of color #ADAB49: hue angle of 58.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADAB49 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 73 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.32 |
| HSL | 58.8º | 0.41% | 0.48% | - |
| HSV(B) | 58.8º | 0.58% | 0.68% | - |
| XYZ | 33 | 38.49 | 11.99 | - |
| YUV | 160.43 | 78.66 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 73 | 0 | 0.01 | 0.58 | 0.32 | 58.8 | 0.41 | 0.48 |
| Hex | AD | AB | 49 | 0 | 1 | 3A | 20 | 3B | 29 | 30 |
| Octal | 255 | 253 | 111 | 0 | 1 | 72 | 40 | 73 | 51 | 60 |
| Binary | 10101101 | 10101011 | 1001001 | 0 | 1 | 111010 | 100000 | 111011 | 101001 | 110000 |
Color Harmonies of #ADAB49
Complementary color
Monochromatic Colors of #ADAB49
Black with #ADAB49
Text Example
Text Example
White with #ADAB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB49; }
p { color: rgb(173,171,73); }
H1.HeaderClassName
{
color: #ADAB49;
}
.AnyTagClassName
{
color: #ADAB49;
}
</style>
background-color css
<style>
a { background-color: #ADAB49; }
a { background-color: rgb(173,171,73); }
div.DivClassName
{
background-color: #ADAB49;
}
.BgClassName
{
background-color: #ADAB49;
}
</style>
border-color css
<style>
span { border-color: #ADAB49; }
span { border-color: rgb(173,171,73); }
td.TdClassName
{
border-color: #ADAB49;
}
.TagClassName
{
border-color: #ADAB49;
}
</style>