Shades of Brass #ADAB3F
Tints of Brass #ADAB3F
RGB
CMYK
RGB Variations
Color information
#ADAB3F (or 0xADAB3F) is known color: Brass. HEX triplet: AD, AB and 3F. RGB value is (173,171,63). Sum of RGB (Red+Green+Blue) = 173+171+63=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 63 (25% from 255 or 15.48% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB3F is #5254C0. Grayscale: #9F9F9F. Windows color (decimal): -5395649 or 4172717. OLE color: 4172717.
HSL color Cylindrical-coordinate representation of color #ADAB3F: hue angle of 58.91º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADAB3F is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 63 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.32 |
| HSL | 58.91º | 0.47% | 0.46% | - |
| HSV(B) | 58.91º | 0.64% | 0.68% | - |
| XYZ | 32.69 | 38.37 | 10.39 | - |
| YUV | 159.29 | 73.66 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 63 | 0 | 0.01 | 0.64 | 0.32 | 58.91 | 0.47 | 0.46 |
| Hex | AD | AB | 3F | 0 | 1 | 40 | 20 | 3B | 2F | 2E |
| Octal | 255 | 253 | 77 | 0 | 1 | 100 | 40 | 73 | 57 | 56 |
| Binary | 10101101 | 10101011 | 111111 | 0 | 1 | 1000000 | 100000 | 111011 | 101111 | 101110 |
Color Harmonies of #ADAB3F
Complementary color
Monochromatic Colors of #ADAB3F
Black with #ADAB3F
Text Example
Text Example
White with #ADAB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB3F; }
p { color: rgb(173,171,63); }
H1.HeaderClassName
{
color: #ADAB3F;
}
.AnyTagClassName
{
color: #ADAB3F;
}
</style>
background-color css
<style>
a { background-color: #ADAB3F; }
a { background-color: rgb(173,171,63); }
div.DivClassName
{
background-color: #ADAB3F;
}
.BgClassName
{
background-color: #ADAB3F;
}
</style>
border-color css
<style>
span { border-color: #ADAB3F; }
span { border-color: rgb(173,171,63); }
td.TdClassName
{
border-color: #ADAB3F;
}
.TagClassName
{
border-color: #ADAB3F;
}
</style>