Shades of Brass #ADA344
Tints of Brass #ADA344
RGB
CMYK
RGB Variations
Color information
#ADA344 (or 0xADA344) is known color: Brass. HEX triplet: AD, A3 and 44. RGB value is (173,163,68). Sum of RGB (Red+Green+Blue) = 173+163+68=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA344 is #525CBB. Grayscale: #9B9B9B. Windows color (decimal): -5397692 or 4498349. OLE color: 4498349.
HSL color Cylindrical-coordinate representation of color #ADA344: hue angle of 54.29º 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 #ADA344 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 68 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.32 |
| HSL | 54.29º | 0.44% | 0.47% | - |
| HSV(B) | 54.29º | 0.61% | 0.68% | - |
| XYZ | 31.37 | 35.5 | 10.67 | - |
| YUV | 155.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 68 | 0 | 0.06 | 0.61 | 0.32 | 54.29 | 0.44 | 0.47 |
| Hex | AD | A3 | 44 | 0 | 6 | 3D | 20 | 36 | 2C | 2F |
| Octal | 255 | 243 | 104 | 0 | 6 | 75 | 40 | 66 | 54 | 57 |
| Binary | 10101101 | 10100011 | 1000100 | 0 | 110 | 111101 | 100000 | 110110 | 101100 | 101111 |
Color Harmonies of #ADA344
Complementary color
Monochromatic Colors of #ADA344
Black with #ADA344
Text Example
Text Example
White with #ADA344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA344; }
p { color: rgb(173,163,68); }
H1.HeaderClassName
{
color: #ADA344;
}
.AnyTagClassName
{
color: #ADA344;
}
</style>
background-color css
<style>
a { background-color: #ADA344; }
a { background-color: rgb(173,163,68); }
div.DivClassName
{
background-color: #ADA344;
}
.BgClassName
{
background-color: #ADA344;
}
</style>
border-color css
<style>
span { border-color: #ADA344; }
span { border-color: rgb(173,163,68); }
td.TdClassName
{
border-color: #ADA344;
}
.TagClassName
{
border-color: #ADA344;
}
</style>