Shades of Brass #ADA544
Tints of Brass #ADA544
RGB
CMYK
RGB Variations
Color information
#ADA544 (or 0xADA544) is known color: Brass. HEX triplet: AD, A5 and 44. RGB value is (173,165,68). Sum of RGB (Red+Green+Blue) = 173+165+68=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 68 (26.95% from 255 or 16.75% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA544 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA544 is #525ABB. Grayscale: #9C9C9C. Windows color (decimal): -5397180 or 4498861. OLE color: 4498861.
HSL color Cylindrical-coordinate representation of color #ADA544: hue angle of 55.43º 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 #ADA544 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 68 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.32 |
| HSL | 55.43º | 0.44% | 0.47% | - |
| HSV(B) | 55.43º | 0.61% | 0.68% | - |
| XYZ | 31.73 | 36.21 | 10.79 | - |
| YUV | 156.33 | 78.15 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 68 | 0 | 0.05 | 0.61 | 0.32 | 55.43 | 0.44 | 0.47 |
| Hex | AD | A5 | 44 | 0 | 5 | 3D | 20 | 37 | 2C | 2F |
| Octal | 255 | 245 | 104 | 0 | 5 | 75 | 40 | 67 | 54 | 57 |
| Binary | 10101101 | 10100101 | 1000100 | 0 | 101 | 111101 | 100000 | 110111 | 101100 | 101111 |
Color Harmonies of #ADA544
Complementary color
Monochromatic Colors of #ADA544
Black with #ADA544
Text Example
Text Example
White with #ADA544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA544; }
p { color: rgb(173,165,68); }
H1.HeaderClassName
{
color: #ADA544;
}
.AnyTagClassName
{
color: #ADA544;
}
</style>
background-color css
<style>
a { background-color: #ADA544; }
a { background-color: rgb(173,165,68); }
div.DivClassName
{
background-color: #ADA544;
}
.BgClassName
{
background-color: #ADA544;
}
</style>
border-color css
<style>
span { border-color: #ADA544; }
span { border-color: rgb(173,165,68); }
td.TdClassName
{
border-color: #ADA544;
}
.TagClassName
{
border-color: #ADA544;
}
</style>