Shades of Brass #ADAB4C
Tints of Brass #ADAB4C
RGB
CMYK
RGB Variations
Color information
#ADAB4C (or 0xADAB4C) is known color: Brass. HEX triplet: AD, AB and 4C. RGB value is (173,171,76). Sum of RGB (Red+Green+Blue) = 173+171+76=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 76 (30.08% from 255 or 18.10% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB4C is #5254B3. Grayscale: #A1A1A1. Windows color (decimal): -5395636 or 5024685. OLE color: 5024685.
HSL color Cylindrical-coordinate representation of color #ADAB4C: hue angle of 58.76º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADAB4C is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 76 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.32 |
| HSL | 58.76º | 0.39% | 0.49% | - |
| HSV(B) | 58.76º | 0.56% | 0.68% | - |
| XYZ | 33.1 | 38.53 | 12.53 | - |
| YUV | 160.77 | 80.16 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 76 | 0 | 0.01 | 0.56 | 0.32 | 58.76 | 0.39 | 0.49 |
| Hex | AD | AB | 4C | 0 | 1 | 38 | 20 | 3B | 27 | 31 |
| Octal | 255 | 253 | 114 | 0 | 1 | 70 | 40 | 73 | 47 | 61 |
| Binary | 10101101 | 10101011 | 1001100 | 0 | 1 | 111000 | 100000 | 111011 | 100111 | 110001 |
Color Harmonies of #ADAB4C
Complementary color
Monochromatic Colors of #ADAB4C
Black with #ADAB4C
Text Example
Text Example
White with #ADAB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB4C; }
p { color: rgb(173,171,76); }
H1.HeaderClassName
{
color: #ADAB4C;
}
.AnyTagClassName
{
color: #ADAB4C;
}
</style>
background-color css
<style>
a { background-color: #ADAB4C; }
a { background-color: rgb(173,171,76); }
div.DivClassName
{
background-color: #ADAB4C;
}
.BgClassName
{
background-color: #ADAB4C;
}
</style>
border-color css
<style>
span { border-color: #ADAB4C; }
span { border-color: rgb(173,171,76); }
td.TdClassName
{
border-color: #ADAB4C;
}
.TagClassName
{
border-color: #ADAB4C;
}
</style>