Shades of Brass #AD9E43
Tints of Brass #AD9E43
RGB
CMYK
RGB Variations
Color information
#AD9E43 (or 0xAD9E43) is known color: Brass. HEX triplet: AD, 9E and 43. RGB value is (173,158,67). Sum of RGB (Red+Green+Blue) = 173+158+67=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9E43 is #5261BC. Grayscale: #989898. Windows color (decimal): -5398973 or 4431533. OLE color: 4431533.
HSL color Cylindrical-coordinate representation of color #AD9E43: hue angle of 51.51º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD9E43 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 158 | 67 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.32 |
| HSL | 51.51º | 0.44% | 0.47% | - |
| HSV(B) | 51.51º | 0.61% | 0.68% | - |
| XYZ | 30.47 | 33.74 | 10.22 | - |
| YUV | 152.11 | 79.97 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 67 | 0 | 0.09 | 0.61 | 0.32 | 51.51 | 0.44 | 0.47 |
| Hex | AD | 9E | 43 | 0 | 9 | 3D | 20 | 34 | 2C | 2F |
| Octal | 255 | 236 | 103 | 0 | 11 | 75 | 40 | 64 | 54 | 57 |
| Binary | 10101101 | 10011110 | 1000011 | 0 | 1001 | 111101 | 100000 | 110100 | 101100 | 101111 |
Color Harmonies of #AD9E43
Complementary color
Monochromatic Colors of #AD9E43
Black with #AD9E43
Text Example
Text Example
White with #AD9E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9E43; }
p { color: rgb(173,158,67); }
H1.HeaderClassName
{
color: #AD9E43;
}
.AnyTagClassName
{
color: #AD9E43;
}
</style>
background-color css
<style>
a { background-color: #AD9E43; }
a { background-color: rgb(173,158,67); }
div.DivClassName
{
background-color: #AD9E43;
}
.BgClassName
{
background-color: #AD9E43;
}
</style>
border-color css
<style>
span { border-color: #AD9E43; }
span { border-color: rgb(173,158,67); }
td.TdClassName
{
border-color: #AD9E43;
}
.TagClassName
{
border-color: #AD9E43;
}
</style>