Shades of Brass #ABA449
Tints of Brass #ABA449
RGB
CMYK
RGB Variations
Color information
#ABA449 (or 0xABA449) is known color: Brass. HEX triplet: AB, A4 and 49. RGB value is (171,164,73). Sum of RGB (Red+Green+Blue) = 171+164+73=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA449 is #545BB6. Grayscale: #9C9C9C. Windows color (decimal): -5528503 or 4826283. OLE color: 4826283.
HSL color Cylindrical-coordinate representation of color #ABA449: hue angle of 55.71º 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 #ABA449 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 73 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.33 |
| HSL | 55.71º | 0.4% | 0.48% | - |
| HSV(B) | 55.71º | 0.57% | 0.67% | - |
| XYZ | 31.27 | 35.69 | 11.54 | - |
| YUV | 155.72 | 81.32 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 73 | 0 | 0.04 | 0.57 | 0.33 | 55.71 | 0.4 | 0.48 |
| Hex | AB | A4 | 49 | 0 | 4 | 39 | 21 | 38 | 28 | 30 |
| Octal | 253 | 244 | 111 | 0 | 4 | 71 | 41 | 70 | 50 | 60 |
| Binary | 10101011 | 10100100 | 1001001 | 0 | 100 | 111001 | 100001 | 111000 | 101000 | 110000 |
Color Harmonies of #ABA449
Complementary color
Monochromatic Colors of #ABA449
Black with #ABA449
Text Example
Text Example
White with #ABA449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA449; }
p { color: rgb(171,164,73); }
H1.HeaderClassName
{
color: #ABA449;
}
.AnyTagClassName
{
color: #ABA449;
}
</style>
background-color css
<style>
a { background-color: #ABA449; }
a { background-color: rgb(171,164,73); }
div.DivClassName
{
background-color: #ABA449;
}
.BgClassName
{
background-color: #ABA449;
}
</style>
border-color css
<style>
span { border-color: #ABA449; }
span { border-color: rgb(171,164,73); }
td.TdClassName
{
border-color: #ABA449;
}
.TagClassName
{
border-color: #ABA449;
}
</style>