Shades of Brass #ADA144
Tints of Brass #ADA144
RGB
CMYK
RGB Variations
Color information
#ADA144 (or 0xADA144) is known color: Brass. HEX triplet: AD, A1 and 44. RGB value is (173,161,68). Sum of RGB (Red+Green+Blue) = 173+161+68=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA144 is #525EBB. Grayscale: #9A9A9A. Windows color (decimal): -5398204 or 4497837. OLE color: 4497837.
HSL color Cylindrical-coordinate representation of color #ADA144: hue angle of 53.14º 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 #ADA144 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 68 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.32 |
| HSL | 53.14º | 0.44% | 0.47% | - |
| HSV(B) | 53.14º | 0.61% | 0.68% | - |
| XYZ | 31.02 | 34.79 | 10.55 | - |
| YUV | 153.99 | 79.48 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 68 | 0 | 0.07 | 0.61 | 0.32 | 53.14 | 0.44 | 0.47 |
| Hex | AD | A1 | 44 | 0 | 7 | 3D | 20 | 35 | 2C | 2F |
| Octal | 255 | 241 | 104 | 0 | 7 | 75 | 40 | 65 | 54 | 57 |
| Binary | 10101101 | 10100001 | 1000100 | 0 | 111 | 111101 | 100000 | 110101 | 101100 | 101111 |
Color Harmonies of #ADA144
Complementary color
Monochromatic Colors of #ADA144
Black with #ADA144
Text Example
Text Example
White with #ADA144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA144; }
p { color: rgb(173,161,68); }
H1.HeaderClassName
{
color: #ADA144;
}
.AnyTagClassName
{
color: #ADA144;
}
</style>
background-color css
<style>
a { background-color: #ADA144; }
a { background-color: rgb(173,161,68); }
div.DivClassName
{
background-color: #ADA144;
}
.BgClassName
{
background-color: #ADA144;
}
</style>
border-color css
<style>
span { border-color: #ADA144; }
span { border-color: rgb(173,161,68); }
td.TdClassName
{
border-color: #ADA144;
}
.TagClassName
{
border-color: #ADA144;
}
</style>