Shades of Brass #AD9E41
Tints of Brass #AD9E41
RGB
CMYK
RGB Variations
Color information
#AD9E41 (or 0xAD9E41) is known color: Brass. HEX triplet: AD, 9E and 41. RGB value is (173,158,65). Sum of RGB (Red+Green+Blue) = 173+158+65=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9E41 is #5261BE. Grayscale: #989898. Windows color (decimal): -5398975 or 4300461. OLE color: 4300461.
HSL color Cylindrical-coordinate representation of color #AD9E41: hue angle of 51.67º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD9E41 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 158 | 65 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.32 |
| HSL | 51.67º | 0.45% | 0.47% | - |
| HSV(B) | 51.67º | 0.62% | 0.68% | - |
| XYZ | 30.41 | 33.72 | 9.91 | - |
| YUV | 151.88 | 78.97 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 65 | 0 | 0.09 | 0.62 | 0.32 | 51.67 | 0.45 | 0.47 |
| Hex | AD | 9E | 41 | 0 | 9 | 3E | 20 | 34 | 2D | 2F |
| Octal | 255 | 236 | 101 | 0 | 11 | 76 | 40 | 64 | 55 | 57 |
| Binary | 10101101 | 10011110 | 1000001 | 0 | 1001 | 111110 | 100000 | 110100 | 101101 | 101111 |
Color Harmonies of #AD9E41
Complementary color
Monochromatic Colors of #AD9E41
Black with #AD9E41
Text Example
Text Example
White with #AD9E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9E41; }
p { color: rgb(173,158,65); }
H1.HeaderClassName
{
color: #AD9E41;
}
.AnyTagClassName
{
color: #AD9E41;
}
</style>
background-color css
<style>
a { background-color: #AD9E41; }
a { background-color: rgb(173,158,65); }
div.DivClassName
{
background-color: #AD9E41;
}
.BgClassName
{
background-color: #AD9E41;
}
</style>
border-color css
<style>
span { border-color: #AD9E41; }
span { border-color: rgb(173,158,65); }
td.TdClassName
{
border-color: #AD9E41;
}
.TagClassName
{
border-color: #AD9E41;
}
</style>