Shades of Brass #AD9E40
Tints of Brass #AD9E40
RGB
CMYK
RGB Variations
Color information
#AD9E40 (or 0xAD9E40) is known color: Brass. HEX triplet: AD, 9E and 40. RGB value is (173,158,64). Sum of RGB (Red+Green+Blue) = 173+158+64=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9E40 is #5261BF. Grayscale: #989898. Windows color (decimal): -5398976 or 4234925. OLE color: 4234925.
HSL color Cylindrical-coordinate representation of color #AD9E40: hue angle of 51.74º 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 #AD9E40 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 158 | 64 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.32 |
| HSL | 51.74º | 0.46% | 0.46% | - |
| HSV(B) | 51.74º | 0.63% | 0.68% | - |
| XYZ | 30.39 | 33.71 | 9.76 | - |
| YUV | 151.77 | 78.47 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 64 | 0 | 0.09 | 0.63 | 0.32 | 51.74 | 0.46 | 0.46 |
| Hex | AD | 9E | 40 | 0 | 9 | 3F | 20 | 34 | 2E | 2E |
| Octal | 255 | 236 | 100 | 0 | 11 | 77 | 40 | 64 | 56 | 56 |
| Binary | 10101101 | 10011110 | 1000000 | 0 | 1001 | 111111 | 100000 | 110100 | 101110 | 101110 |
Color Harmonies of #AD9E40
Complementary color
Monochromatic Colors of #AD9E40
Black with #AD9E40
Text Example
Text Example
White with #AD9E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9E40; }
p { color: rgb(173,158,64); }
H1.HeaderClassName
{
color: #AD9E40;
}
.AnyTagClassName
{
color: #AD9E40;
}
</style>
background-color css
<style>
a { background-color: #AD9E40; }
a { background-color: rgb(173,158,64); }
div.DivClassName
{
background-color: #AD9E40;
}
.BgClassName
{
background-color: #AD9E40;
}
</style>
border-color css
<style>
span { border-color: #AD9E40; }
span { border-color: rgb(173,158,64); }
td.TdClassName
{
border-color: #AD9E40;
}
.TagClassName
{
border-color: #AD9E40;
}
</style>