Shades of Brass #ABA539
Tints of Brass #ABA539
RGB
CMYK
RGB Variations
Color information
#ABA539 (or 0xABA539) is known color: Brass. HEX triplet: AB, A5 and 39. RGB value is (171,165,57). Sum of RGB (Red+Green+Blue) = 171+165+57=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA539 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA539 is #545AC6. Grayscale: #9A9A9A. Windows color (decimal): -5528263 or 3777963. OLE color: 3777963.
HSL color Cylindrical-coordinate representation of color #ABA539: hue angle of 56.84º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ABA539 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 165 | 57 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.33 |
| HSL | 56.84º | 0.5% | 0.45% | - |
| HSV(B) | 56.84º | 0.67% | 0.67% | - |
| XYZ | 30.99 | 35.86 | 9.16 | - |
| YUV | 154.48 | 72.99 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 57 | 0 | 0.04 | 0.67 | 0.33 | 56.84 | 0.5 | 0.45 |
| Hex | AB | A5 | 39 | 0 | 4 | 43 | 21 | 39 | 32 | 2D |
| Octal | 253 | 245 | 71 | 0 | 4 | 103 | 41 | 71 | 62 | 55 |
| Binary | 10101011 | 10100101 | 111001 | 0 | 100 | 1000011 | 100001 | 111001 | 110010 | 101101 |
Color Harmonies of #ABA539
Complementary color
Monochromatic Colors of #ABA539
Black with #ABA539
Text Example
Text Example
White with #ABA539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA539; }
p { color: rgb(171,165,57); }
H1.HeaderClassName
{
color: #ABA539;
}
.AnyTagClassName
{
color: #ABA539;
}
</style>
background-color css
<style>
a { background-color: #ABA539; }
a { background-color: rgb(171,165,57); }
div.DivClassName
{
background-color: #ABA539;
}
.BgClassName
{
background-color: #ABA539;
}
</style>
border-color css
<style>
span { border-color: #ABA539; }
span { border-color: rgb(171,165,57); }
td.TdClassName
{
border-color: #ABA539;
}
.TagClassName
{
border-color: #ABA539;
}
</style>