Shades of Brass #ADAB4B
Tints of Brass #ADAB4B
RGB
CMYK
RGB Variations
Color information
#ADAB4B (or 0xADAB4B) is known color: Brass. HEX triplet: AD, AB and 4B. RGB value is (173,171,75). Sum of RGB (Red+Green+Blue) = 173+171+75=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB4B is #5254B4. Grayscale: #A1A1A1. Windows color (decimal): -5395637 or 4959149. OLE color: 4959149.
HSL color Cylindrical-coordinate representation of color #ADAB4B: hue angle of 58.78º 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 #ADAB4B is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 75 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.32 |
| HSL | 58.78º | 0.4% | 0.49% | - |
| HSV(B) | 58.78º | 0.57% | 0.68% | - |
| XYZ | 33.07 | 38.52 | 12.35 | - |
| YUV | 160.65 | 79.66 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 75 | 0 | 0.01 | 0.57 | 0.32 | 58.78 | 0.4 | 0.49 |
| Hex | AD | AB | 4B | 0 | 1 | 39 | 20 | 3B | 28 | 31 |
| Octal | 255 | 253 | 113 | 0 | 1 | 71 | 40 | 73 | 50 | 61 |
| Binary | 10101101 | 10101011 | 1001011 | 0 | 1 | 111001 | 100000 | 111011 | 101000 | 110001 |
Color Harmonies of #ADAB4B
Complementary color
Monochromatic Colors of #ADAB4B
Black with #ADAB4B
Text Example
Text Example
White with #ADAB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB4B; }
p { color: rgb(173,171,75); }
H1.HeaderClassName
{
color: #ADAB4B;
}
.AnyTagClassName
{
color: #ADAB4B;
}
</style>
background-color css
<style>
a { background-color: #ADAB4B; }
a { background-color: rgb(173,171,75); }
div.DivClassName
{
background-color: #ADAB4B;
}
.BgClassName
{
background-color: #ADAB4B;
}
</style>
border-color css
<style>
span { border-color: #ADAB4B; }
span { border-color: rgb(173,171,75); }
td.TdClassName
{
border-color: #ADAB4B;
}
.TagClassName
{
border-color: #ADAB4B;
}
</style>