Shades of Brass #ABA045
Tints of Brass #ABA045
RGB
CMYK
RGB Variations
Color information
#ABA045 (or 0xABA045) is known color: Brass. HEX triplet: AB, A0 and 45. RGB value is (171,160,69). Sum of RGB (Red+Green+Blue) = 171+160+69=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA045 is #545FBA. Grayscale: #999999. Windows color (decimal): -5529531 or 4563115. OLE color: 4563115.
HSL color Cylindrical-coordinate representation of color #ABA045: hue angle of 53.53º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABA045 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 69 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.33 |
| HSL | 53.53º | 0.43% | 0.47% | - |
| HSV(B) | 53.53º | 0.6% | 0.67% | - |
| XYZ | 30.44 | 34.23 | 10.63 | - |
| YUV | 152.92 | 80.64 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 69 | 0 | 0.06 | 0.60 | 0.33 | 53.53 | 0.43 | 0.47 |
| Hex | AB | A0 | 45 | 0 | 6 | 3C | 21 | 36 | 2A | 2F |
| Octal | 253 | 240 | 105 | 0 | 6 | 74 | 41 | 66 | 52 | 57 |
| Binary | 10101011 | 10100000 | 1000101 | 0 | 110 | 111100 | 100001 | 110110 | 101010 | 101111 |
Color Harmonies of #ABA045
Complementary color
Monochromatic Colors of #ABA045
Black with #ABA045
Text Example
Text Example
White with #ABA045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA045; }
p { color: rgb(171,160,69); }
H1.HeaderClassName
{
color: #ABA045;
}
.AnyTagClassName
{
color: #ABA045;
}
</style>
background-color css
<style>
a { background-color: #ABA045; }
a { background-color: rgb(171,160,69); }
div.DivClassName
{
background-color: #ABA045;
}
.BgClassName
{
background-color: #ABA045;
}
</style>
border-color css
<style>
span { border-color: #ABA045; }
span { border-color: rgb(171,160,69); }
td.TdClassName
{
border-color: #ABA045;
}
.TagClassName
{
border-color: #ABA045;
}
</style>