Shades of Brass #ABA240
Tints of Brass #ABA240
RGB
CMYK
RGB Variations
Color information
#ABA240 (or 0xABA240) is known color: Brass. HEX triplet: AB, A2 and 40. RGB value is (171,162,64). Sum of RGB (Red+Green+Blue) = 171+162+64=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA240 is #545DBF. Grayscale: #999999. Windows color (decimal): -5529024 or 4235947. OLE color: 4235947.
HSL color Cylindrical-coordinate representation of color #ABA240: hue angle of 54.95º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ABA240 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 64 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.33 |
| HSL | 54.95º | 0.46% | 0.46% | - |
| HSV(B) | 54.95º | 0.63% | 0.67% | - |
| XYZ | 30.64 | 34.87 | 9.97 | - |
| YUV | 153.52 | 77.48 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 64 | 0 | 0.05 | 0.63 | 0.33 | 54.95 | 0.46 | 0.46 |
| Hex | AB | A2 | 40 | 0 | 5 | 3F | 21 | 37 | 2E | 2E |
| Octal | 253 | 242 | 100 | 0 | 5 | 77 | 41 | 67 | 56 | 56 |
| Binary | 10101011 | 10100010 | 1000000 | 0 | 101 | 111111 | 100001 | 110111 | 101110 | 101110 |
Color Harmonies of #ABA240
Complementary color
Monochromatic Colors of #ABA240
Black with #ABA240
Text Example
Text Example
White with #ABA240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA240; }
p { color: rgb(171,162,64); }
H1.HeaderClassName
{
color: #ABA240;
}
.AnyTagClassName
{
color: #ABA240;
}
</style>
background-color css
<style>
a { background-color: #ABA240; }
a { background-color: rgb(171,162,64); }
div.DivClassName
{
background-color: #ABA240;
}
.BgClassName
{
background-color: #ABA240;
}
</style>
border-color css
<style>
span { border-color: #ABA240; }
span { border-color: rgb(171,162,64); }
td.TdClassName
{
border-color: #ABA240;
}
.TagClassName
{
border-color: #ABA240;
}
</style>