Shades of Brass #ABA749
Tints of Brass #ABA749
RGB
CMYK
RGB Variations
Color information
#ABA749 (or 0xABA749) is known color: Brass. HEX triplet: AB, A7 and 49. RGB value is (171,167,73). Sum of RGB (Red+Green+Blue) = 171+167+73=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA749 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA749 is #5458B6. Grayscale: #9D9D9D. Windows color (decimal): -5527735 or 4827051. OLE color: 4827051.
HSL color Cylindrical-coordinate representation of color #ABA749: hue angle of 57.55º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ABA749 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 73 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.33 |
| HSL | 57.55º | 0.4% | 0.48% | - |
| HSV(B) | 57.55º | 0.57% | 0.67% | - |
| XYZ | 31.82 | 36.78 | 11.73 | - |
| YUV | 157.48 | 80.33 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 73 | 0 | 0.02 | 0.57 | 0.33 | 57.55 | 0.4 | 0.48 |
| Hex | AB | A7 | 49 | 0 | 2 | 39 | 21 | 3A | 28 | 30 |
| Octal | 253 | 247 | 111 | 0 | 2 | 71 | 41 | 72 | 50 | 60 |
| Binary | 10101011 | 10100111 | 1001001 | 0 | 10 | 111001 | 100001 | 111010 | 101000 | 110000 |
Color Harmonies of #ABA749
Complementary color
Monochromatic Colors of #ABA749
Black with #ABA749
Text Example
Text Example
White with #ABA749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA749; }
p { color: rgb(171,167,73); }
H1.HeaderClassName
{
color: #ABA749;
}
.AnyTagClassName
{
color: #ABA749;
}
</style>
background-color css
<style>
a { background-color: #ABA749; }
a { background-color: rgb(171,167,73); }
div.DivClassName
{
background-color: #ABA749;
}
.BgClassName
{
background-color: #ABA749;
}
</style>
border-color css
<style>
span { border-color: #ABA749; }
span { border-color: rgb(171,167,73); }
td.TdClassName
{
border-color: #ABA749;
}
.TagClassName
{
border-color: #ABA749;
}
</style>