Shades of Brass #ABA134
Tints of Brass #ABA134
RGB
CMYK
RGB Variations
Color information
#ABA134 (or 0xABA134) is known color: Brass. HEX triplet: AB, A1 and 34. RGB value is (171,161,52). Sum of RGB (Red+Green+Blue) = 171+161+52=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA134 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA134 is #545ECB. Grayscale: #989898. Windows color (decimal): -5529292 or 3449259. OLE color: 3449259.
HSL color Cylindrical-coordinate representation of color #ABA134: hue angle of 54.96º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABA134 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 52 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.33 |
| HSL | 54.96º | 0.53% | 0.44% | - |
| HSV(B) | 54.96º | 0.7% | 0.67% | - |
| XYZ | 30.16 | 34.4 | 8.3 | - |
| YUV | 151.56 | 71.81 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 52 | 0 | 0.06 | 0.70 | 0.33 | 54.96 | 0.53 | 0.44 |
| Hex | AB | A1 | 34 | 0 | 6 | 46 | 21 | 37 | 35 | 2C |
| Octal | 253 | 241 | 64 | 0 | 6 | 106 | 41 | 67 | 65 | 54 |
| Binary | 10101011 | 10100001 | 110100 | 0 | 110 | 1000110 | 100001 | 110111 | 110101 | 101100 |
Color Harmonies of #ABA134
Complementary color
Monochromatic Colors of #ABA134
Black with #ABA134
Text Example
Text Example
White with #ABA134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA134; }
p { color: rgb(171,161,52); }
H1.HeaderClassName
{
color: #ABA134;
}
.AnyTagClassName
{
color: #ABA134;
}
</style>
background-color css
<style>
a { background-color: #ABA134; }
a { background-color: rgb(171,161,52); }
div.DivClassName
{
background-color: #ABA134;
}
.BgClassName
{
background-color: #ABA134;
}
</style>
border-color css
<style>
span { border-color: #ABA134; }
span { border-color: rgb(171,161,52); }
td.TdClassName
{
border-color: #ABA134;
}
.TagClassName
{
border-color: #ABA134;
}
</style>