Shades of Brass #ADAB40
Tints of Brass #ADAB40
RGB
CMYK
RGB Variations
Color information
#ADAB40 (or 0xADAB40) is known color: Brass. HEX triplet: AD, AB and 40. RGB value is (173,171,64). Sum of RGB (Red+Green+Blue) = 173+171+64=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 64 (25.39% from 255 or 15.69% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB40 is #5254BF. Grayscale: #9F9F9F. Windows color (decimal): -5395648 or 4238253. OLE color: 4238253.
HSL color Cylindrical-coordinate representation of color #ADAB40: hue angle of 58.9º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADAB40 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 64 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.32 |
| HSL | 58.9º | 0.46% | 0.46% | - |
| HSV(B) | 58.9º | 0.63% | 0.68% | - |
| XYZ | 32.72 | 38.38 | 10.53 | - |
| YUV | 159.4 | 74.16 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 64 | 0 | 0.01 | 0.63 | 0.32 | 58.9 | 0.46 | 0.46 |
| Hex | AD | AB | 40 | 0 | 1 | 3F | 20 | 3B | 2E | 2E |
| Octal | 255 | 253 | 100 | 0 | 1 | 77 | 40 | 73 | 56 | 56 |
| Binary | 10101101 | 10101011 | 1000000 | 0 | 1 | 111111 | 100000 | 111011 | 101110 | 101110 |
Color Harmonies of #ADAB40
Complementary color
Monochromatic Colors of #ADAB40
Black with #ADAB40
Text Example
Text Example
White with #ADAB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB40; }
p { color: rgb(173,171,64); }
H1.HeaderClassName
{
color: #ADAB40;
}
.AnyTagClassName
{
color: #ADAB40;
}
</style>
background-color css
<style>
a { background-color: #ADAB40; }
a { background-color: rgb(173,171,64); }
div.DivClassName
{
background-color: #ADAB40;
}
.BgClassName
{
background-color: #ADAB40;
}
</style>
border-color css
<style>
span { border-color: #ADAB40; }
span { border-color: rgb(173,171,64); }
td.TdClassName
{
border-color: #ADAB40;
}
.TagClassName
{
border-color: #ADAB40;
}
</style>