Shades of Brass #ABA037
Tints of Brass #ABA037
RGB
CMYK
RGB Variations
Color information
#ABA037 (or 0xABA037) is known color: Brass. HEX triplet: AB, A0 and 37. RGB value is (171,160,55). Sum of RGB (Red+Green+Blue) = 171+160+55=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 55 (21.88% from 255 or 14.25% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA037 is #545FC8. Grayscale: #979797. Windows color (decimal): -5529545 or 3645611. OLE color: 3645611.
HSL color Cylindrical-coordinate representation of color #ABA037: hue angle of 54.31º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABA037 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 55 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.33 |
| HSL | 54.31º | 0.51% | 0.44% | - |
| HSV(B) | 54.31º | 0.68% | 0.67% | - |
| XYZ | 30.05 | 34.08 | 8.61 | - |
| YUV | 151.32 | 73.64 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 55 | 0 | 0.06 | 0.68 | 0.33 | 54.31 | 0.51 | 0.44 |
| Hex | AB | A0 | 37 | 0 | 6 | 44 | 21 | 36 | 33 | 2C |
| Octal | 253 | 240 | 67 | 0 | 6 | 104 | 41 | 66 | 63 | 54 |
| Binary | 10101011 | 10100000 | 110111 | 0 | 110 | 1000100 | 100001 | 110110 | 110011 | 101100 |
Color Harmonies of #ABA037
Complementary color
Monochromatic Colors of #ABA037
Black with #ABA037
Text Example
Text Example
White with #ABA037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA037; }
p { color: rgb(171,160,55); }
H1.HeaderClassName
{
color: #ABA037;
}
.AnyTagClassName
{
color: #ABA037;
}
</style>
background-color css
<style>
a { background-color: #ABA037; }
a { background-color: rgb(171,160,55); }
div.DivClassName
{
background-color: #ABA037;
}
.BgClassName
{
background-color: #ABA037;
}
</style>
border-color css
<style>
span { border-color: #ABA037; }
span { border-color: rgb(171,160,55); }
td.TdClassName
{
border-color: #ABA037;
}
.TagClassName
{
border-color: #ABA037;
}
</style>