Shades of Brass #ADAB4D
Tints of Brass #ADAB4D
RGB
CMYK
RGB Variations
Color information
#ADAB4D (or 0xADAB4D) is known color: Brass. HEX triplet: AD, AB and 4D. RGB value is (173,171,77). Sum of RGB (Red+Green+Blue) = 173+171+77=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 77 (30.47% from 255 or 18.29% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB4D is #5254B2. Grayscale: #A1A1A1. Windows color (decimal): -5395635 or 5090221. OLE color: 5090221.
HSL color Cylindrical-coordinate representation of color #ADAB4D: hue angle of 58.75º 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 #ADAB4D is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 77 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.32 |
| HSL | 58.75º | 0.38% | 0.49% | - |
| HSV(B) | 58.75º | 0.55% | 0.68% | - |
| XYZ | 33.14 | 38.55 | 12.71 | - |
| YUV | 160.88 | 80.66 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 77 | 0 | 0.01 | 0.55 | 0.32 | 58.75 | 0.38 | 0.49 |
| Hex | AD | AB | 4D | 0 | 1 | 37 | 20 | 3B | 26 | 31 |
| Octal | 255 | 253 | 115 | 0 | 1 | 67 | 40 | 73 | 46 | 61 |
| Binary | 10101101 | 10101011 | 1001101 | 0 | 1 | 110111 | 100000 | 111011 | 100110 | 110001 |
Color Harmonies of #ADAB4D
Complementary color
Monochromatic Colors of #ADAB4D
Black with #ADAB4D
Text Example
Text Example
White with #ADAB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB4D; }
p { color: rgb(173,171,77); }
H1.HeaderClassName
{
color: #ADAB4D;
}
.AnyTagClassName
{
color: #ADAB4D;
}
</style>
background-color css
<style>
a { background-color: #ADAB4D; }
a { background-color: rgb(173,171,77); }
div.DivClassName
{
background-color: #ADAB4D;
}
.BgClassName
{
background-color: #ADAB4D;
}
</style>
border-color css
<style>
span { border-color: #ADAB4D; }
span { border-color: rgb(173,171,77); }
td.TdClassName
{
border-color: #ADAB4D;
}
.TagClassName
{
border-color: #ADAB4D;
}
</style>