Shades of Brass #ABA849
Tints of Brass #ABA849
RGB
CMYK
RGB Variations
Color information
#ABA849 (or 0xABA849) is known color: Brass. HEX triplet: AB, A8 and 49. RGB value is (171,168,73). Sum of RGB (Red+Green+Blue) = 171+168+73=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 73 (28.91% from 255 or 17.72% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA849 is #5457B6. Grayscale: #9E9E9E. Windows color (decimal): -5527479 or 4827307. OLE color: 4827307.
HSL color Cylindrical-coordinate representation of color #ABA849: hue angle of 58.16º 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 #ABA849 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 73 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.33 |
| HSL | 58.16º | 0.4% | 0.48% | - |
| HSV(B) | 58.16º | 0.57% | 0.67% | - |
| XYZ | 32 | 37.14 | 11.79 | - |
| YUV | 158.07 | 79.99 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 73 | 0 | 0.02 | 0.57 | 0.33 | 58.16 | 0.4 | 0.48 |
| Hex | AB | A8 | 49 | 0 | 2 | 39 | 21 | 3A | 28 | 30 |
| Octal | 253 | 250 | 111 | 0 | 2 | 71 | 41 | 72 | 50 | 60 |
| Binary | 10101011 | 10101000 | 1001001 | 0 | 10 | 111001 | 100001 | 111010 | 101000 | 110000 |
Color Harmonies of #ABA849
Complementary color
Monochromatic Colors of #ABA849
Black with #ABA849
Text Example
Text Example
White with #ABA849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA849; }
p { color: rgb(171,168,73); }
H1.HeaderClassName
{
color: #ABA849;
}
.AnyTagClassName
{
color: #ABA849;
}
</style>
background-color css
<style>
a { background-color: #ABA849; }
a { background-color: rgb(171,168,73); }
div.DivClassName
{
background-color: #ABA849;
}
.BgClassName
{
background-color: #ABA849;
}
</style>
border-color css
<style>
span { border-color: #ABA849; }
span { border-color: rgb(171,168,73); }
td.TdClassName
{
border-color: #ABA849;
}
.TagClassName
{
border-color: #ABA849;
}
</style>