Shades of Brass #ADAA48
Tints of Brass #ADAA48
RGB
CMYK
RGB Variations
Color information
#ADAA48 (or 0xADAA48) is known color: Brass. HEX triplet: AD, AA and 48. RGB value is (173,170,72). Sum of RGB (Red+Green+Blue) = 173+170+72=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 72 (28.52% from 255 or 17.35% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAA48 is #5255B7. Grayscale: #A0A0A0. Windows color (decimal): -5395896 or 4762285. OLE color: 4762285.
HSL color Cylindrical-coordinate representation of color #ADAA48: hue angle of 58.22º 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 #ADAA48 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 72 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.32 |
| HSL | 58.22º | 0.41% | 0.48% | - |
| HSV(B) | 58.22º | 0.58% | 0.68% | - |
| XYZ | 32.78 | 38.1 | 11.76 | - |
| YUV | 159.73 | 78.49 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 72 | 0 | 0.02 | 0.58 | 0.32 | 58.22 | 0.41 | 0.48 |
| Hex | AD | AA | 48 | 0 | 2 | 3A | 20 | 3A | 29 | 30 |
| Octal | 255 | 252 | 110 | 0 | 2 | 72 | 40 | 72 | 51 | 60 |
| Binary | 10101101 | 10101010 | 1001000 | 0 | 10 | 111010 | 100000 | 111010 | 101001 | 110000 |
Color Harmonies of #ADAA48
Complementary color
Monochromatic Colors of #ADAA48
Black with #ADAA48
Text Example
Text Example
White with #ADAA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA48; }
p { color: rgb(173,170,72); }
H1.HeaderClassName
{
color: #ADAA48;
}
.AnyTagClassName
{
color: #ADAA48;
}
</style>
background-color css
<style>
a { background-color: #ADAA48; }
a { background-color: rgb(173,170,72); }
div.DivClassName
{
background-color: #ADAA48;
}
.BgClassName
{
background-color: #ADAA48;
}
</style>
border-color css
<style>
span { border-color: #ADAA48; }
span { border-color: rgb(173,170,72); }
td.TdClassName
{
border-color: #ADAA48;
}
.TagClassName
{
border-color: #ADAA48;
}
</style>