Shades of Brass #ADAB4E
Tints of Brass #ADAB4E
RGB
CMYK
RGB Variations
Color information
#ADAB4E (or 0xADAB4E) is known color: Brass. HEX triplet: AD, AB and 4E. RGB value is (173,171,78). Sum of RGB (Red+Green+Blue) = 173+171+78=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 78 (30.86% from 255 or 18.48% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB4E is #5254B1. Grayscale: #A1A1A1. Windows color (decimal): -5395634 or 5155757. OLE color: 5155757.
HSL color Cylindrical-coordinate representation of color #ADAB4E: hue angle of 58.74º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADAB4E is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 78 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.32 |
| HSL | 58.74º | 0.38% | 0.49% | - |
| HSV(B) | 58.74º | 0.55% | 0.68% | - |
| XYZ | 33.17 | 38.56 | 12.9 | - |
| YUV | 161 | 81.16 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 78 | 0 | 0.01 | 0.55 | 0.32 | 58.74 | 0.38 | 0.49 |
| Hex | AD | AB | 4E | 0 | 1 | 37 | 20 | 3B | 26 | 31 |
| Octal | 255 | 253 | 116 | 0 | 1 | 67 | 40 | 73 | 46 | 61 |
| Binary | 10101101 | 10101011 | 1001110 | 0 | 1 | 110111 | 100000 | 111011 | 100110 | 110001 |
Color Harmonies of #ADAB4E
Complementary color
Monochromatic Colors of #ADAB4E
Black with #ADAB4E
Text Example
Text Example
White with #ADAB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB4E; }
p { color: rgb(173,171,78); }
H1.HeaderClassName
{
color: #ADAB4E;
}
.AnyTagClassName
{
color: #ADAB4E;
}
</style>
background-color css
<style>
a { background-color: #ADAB4E; }
a { background-color: rgb(173,171,78); }
div.DivClassName
{
background-color: #ADAB4E;
}
.BgClassName
{
background-color: #ADAB4E;
}
</style>
border-color css
<style>
span { border-color: #ADAB4E; }
span { border-color: rgb(173,171,78); }
td.TdClassName
{
border-color: #ADAB4E;
}
.TagClassName
{
border-color: #ADAB4E;
}
</style>