Shades of Brass #AD9F42
Tints of Brass #AD9F42
RGB
CMYK
RGB Variations
Color information
#AD9F42 (or 0xAD9F42) is known color: Brass. HEX triplet: AD, 9F and 42. RGB value is (173,159,66). Sum of RGB (Red+Green+Blue) = 173+159+66=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 66 (26.17% from 255 or 16.58% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9F42 is #5260BD. Grayscale: #989898. Windows color (decimal): -5398718 or 4366253. OLE color: 4366253.
HSL color Cylindrical-coordinate representation of color #AD9F42: hue angle of 52.15º 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 #AD9F42 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 66 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.32 |
| HSL | 52.15º | 0.45% | 0.47% | - |
| HSV(B) | 52.15º | 0.62% | 0.68% | - |
| XYZ | 30.62 | 34.07 | 10.12 | - |
| YUV | 152.58 | 79.14 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 66 | 0 | 0.08 | 0.62 | 0.32 | 52.15 | 0.45 | 0.47 |
| Hex | AD | 9F | 42 | 0 | 8 | 3E | 20 | 34 | 2D | 2F |
| Octal | 255 | 237 | 102 | 0 | 10 | 76 | 40 | 64 | 55 | 57 |
| Binary | 10101101 | 10011111 | 1000010 | 0 | 1000 | 111110 | 100000 | 110100 | 101101 | 101111 |
Color Harmonies of #AD9F42
Complementary color
Monochromatic Colors of #AD9F42
Black with #AD9F42
Text Example
Text Example
White with #AD9F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F42; }
p { color: rgb(173,159,66); }
H1.HeaderClassName
{
color: #AD9F42;
}
.AnyTagClassName
{
color: #AD9F42;
}
</style>
background-color css
<style>
a { background-color: #AD9F42; }
a { background-color: rgb(173,159,66); }
div.DivClassName
{
background-color: #AD9F42;
}
.BgClassName
{
background-color: #AD9F42;
}
</style>
border-color css
<style>
span { border-color: #AD9F42; }
span { border-color: rgb(173,159,66); }
td.TdClassName
{
border-color: #AD9F42;
}
.TagClassName
{
border-color: #AD9F42;
}
</style>