Shades of Brass #ADAA4B
Tints of Brass #ADAA4B
RGB
CMYK
RGB Variations
Color information
#ADAA4B (or 0xADAA4B) is known color: Brass. HEX triplet: AD, AA and 4B. RGB value is (173,170,75). Sum of RGB (Red+Green+Blue) = 173+170+75=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 75 (29.69% from 255 or 17.94% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAA4B is #5255B4. Grayscale: #A0A0A0. Windows color (decimal): -5395893 or 4958893. OLE color: 4958893.
HSL color Cylindrical-coordinate representation of color #ADAA4B: hue angle of 58.16º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADAA4B is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 75 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.32 |
| HSL | 58.16º | 0.4% | 0.49% | - |
| HSV(B) | 58.16º | 0.57% | 0.68% | - |
| XYZ | 32.88 | 38.14 | 12.29 | - |
| YUV | 160.07 | 79.99 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 75 | 0 | 0.02 | 0.57 | 0.32 | 58.16 | 0.4 | 0.49 |
| Hex | AD | AA | 4B | 0 | 2 | 39 | 20 | 3A | 28 | 31 |
| Octal | 255 | 252 | 113 | 0 | 2 | 71 | 40 | 72 | 50 | 61 |
| Binary | 10101101 | 10101010 | 1001011 | 0 | 10 | 111001 | 100000 | 111010 | 101000 | 110001 |
Color Harmonies of #ADAA4B
Complementary color
Monochromatic Colors of #ADAA4B
Black with #ADAA4B
Text Example
Text Example
White with #ADAA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA4B; }
p { color: rgb(173,170,75); }
H1.HeaderClassName
{
color: #ADAA4B;
}
.AnyTagClassName
{
color: #ADAA4B;
}
</style>
background-color css
<style>
a { background-color: #ADAA4B; }
a { background-color: rgb(173,170,75); }
div.DivClassName
{
background-color: #ADAA4B;
}
.BgClassName
{
background-color: #ADAA4B;
}
</style>
border-color css
<style>
span { border-color: #ADAA4B; }
span { border-color: rgb(173,170,75); }
td.TdClassName
{
border-color: #ADAA4B;
}
.TagClassName
{
border-color: #ADAA4B;
}
</style>