Shades of Brass #ADA644
Tints of Brass #ADA644
RGB
CMYK
RGB Variations
Color information
#ADA644 (or 0xADA644) is known color: Brass. HEX triplet: AD, A6 and 44. RGB value is (173,166,68). Sum of RGB (Red+Green+Blue) = 173+166+68=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 68 (26.95% from 255 or 16.71% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA644 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA644 is #5259BB. Grayscale: #9D9D9D. Windows color (decimal): -5396924 or 4499117. OLE color: 4499117.
HSL color Cylindrical-coordinate representation of color #ADA644: hue angle of 56º 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 #ADA644 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 68 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.32 |
| HSL | 56º | 0.44% | 0.47% | - |
| HSV(B) | 56º | 0.61% | 0.68% | - |
| XYZ | 31.91 | 36.57 | 10.85 | - |
| YUV | 156.92 | 77.82 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 68 | 0 | 0.04 | 0.61 | 0.32 | 56 | 0.44 | 0.47 |
| Hex | AD | A6 | 44 | 0 | 4 | 3D | 20 | 38 | 2C | 2F |
| Octal | 255 | 246 | 104 | 0 | 4 | 75 | 40 | 70 | 54 | 57 |
| Binary | 10101101 | 10100110 | 1000100 | 0 | 100 | 111101 | 100000 | 111000 | 101100 | 101111 |
Color Harmonies of #ADA644
Complementary color
Monochromatic Colors of #ADA644
Black with #ADA644
Text Example
Text Example
White with #ADA644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA644; }
p { color: rgb(173,166,68); }
H1.HeaderClassName
{
color: #ADA644;
}
.AnyTagClassName
{
color: #ADA644;
}
</style>
background-color css
<style>
a { background-color: #ADA644; }
a { background-color: rgb(173,166,68); }
div.DivClassName
{
background-color: #ADA644;
}
.BgClassName
{
background-color: #ADA644;
}
</style>
border-color css
<style>
span { border-color: #ADA644; }
span { border-color: rgb(173,166,68); }
td.TdClassName
{
border-color: #ADA644;
}
.TagClassName
{
border-color: #ADA644;
}
</style>