Shades of Brass #ADA140
Tints of Brass #ADA140
RGB
CMYK
RGB Variations
Color information
#ADA140 (or 0xADA140) is known color: Brass. HEX triplet: AD, A1 and 40. RGB value is (173,161,64). Sum of RGB (Red+Green+Blue) = 173+161+64=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA140 is #525EBF. Grayscale: #999999. Windows color (decimal): -5398208 or 4235693. OLE color: 4235693.
HSL color Cylindrical-coordinate representation of color #ADA140: hue angle of 53.39º 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 #ADA140 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 64 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.32 |
| HSL | 53.39º | 0.46% | 0.46% | - |
| HSV(B) | 53.39º | 0.63% | 0.68% | - |
| XYZ | 30.9 | 34.74 | 9.93 | - |
| YUV | 153.53 | 77.48 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 64 | 0 | 0.07 | 0.63 | 0.32 | 53.39 | 0.46 | 0.46 |
| Hex | AD | A1 | 40 | 0 | 7 | 3F | 20 | 35 | 2E | 2E |
| Octal | 255 | 241 | 100 | 0 | 7 | 77 | 40 | 65 | 56 | 56 |
| Binary | 10101101 | 10100001 | 1000000 | 0 | 111 | 111111 | 100000 | 110101 | 101110 | 101110 |
Color Harmonies of #ADA140
Complementary color
Monochromatic Colors of #ADA140
Black with #ADA140
Text Example
Text Example
White with #ADA140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA140; }
p { color: rgb(173,161,64); }
H1.HeaderClassName
{
color: #ADA140;
}
.AnyTagClassName
{
color: #ADA140;
}
</style>
background-color css
<style>
a { background-color: #ADA140; }
a { background-color: rgb(173,161,64); }
div.DivClassName
{
background-color: #ADA140;
}
.BgClassName
{
background-color: #ADA140;
}
</style>
border-color css
<style>
span { border-color: #ADA140; }
span { border-color: rgb(173,161,64); }
td.TdClassName
{
border-color: #ADA140;
}
.TagClassName
{
border-color: #ADA140;
}
</style>