Shades of Brass #ADA640
Tints of Brass #ADA640
RGB
CMYK
RGB Variations
Color information
#ADA640 (or 0xADA640) is known color: Brass. HEX triplet: AD, A6 and 40. RGB value is (173,166,64). Sum of RGB (Red+Green+Blue) = 173+166+64=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA640 is #5259BF. Grayscale: #9C9C9C. Windows color (decimal): -5396928 or 4236973. OLE color: 4236973.
HSL color Cylindrical-coordinate representation of color #ADA640: hue angle of 56.15º 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 #ADA640 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 64 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.32 |
| HSL | 56.15º | 0.46% | 0.46% | - |
| HSV(B) | 56.15º | 0.63% | 0.68% | - |
| XYZ | 31.8 | 36.53 | 10.23 | - |
| YUV | 156.47 | 75.82 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 64 | 0 | 0.04 | 0.63 | 0.32 | 56.15 | 0.46 | 0.46 |
| Hex | AD | A6 | 40 | 0 | 4 | 3F | 20 | 38 | 2E | 2E |
| Octal | 255 | 246 | 100 | 0 | 4 | 77 | 40 | 70 | 56 | 56 |
| Binary | 10101101 | 10100110 | 1000000 | 0 | 100 | 111111 | 100000 | 111000 | 101110 | 101110 |
Color Harmonies of #ADA640
Complementary color
Monochromatic Colors of #ADA640
Black with #ADA640
Text Example
Text Example
White with #ADA640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA640; }
p { color: rgb(173,166,64); }
H1.HeaderClassName
{
color: #ADA640;
}
.AnyTagClassName
{
color: #ADA640;
}
</style>
background-color css
<style>
a { background-color: #ADA640; }
a { background-color: rgb(173,166,64); }
div.DivClassName
{
background-color: #ADA640;
}
.BgClassName
{
background-color: #ADA640;
}
</style>
border-color css
<style>
span { border-color: #ADA640; }
span { border-color: rgb(173,166,64); }
td.TdClassName
{
border-color: #ADA640;
}
.TagClassName
{
border-color: #ADA640;
}
</style>