Shades of Brass #ABA138
Tints of Brass #ABA138
RGB
CMYK
RGB Variations
Color information
#ABA138 (or 0xABA138) is known color: Brass. HEX triplet: AB, A1 and 38. RGB value is (171,161,56). Sum of RGB (Red+Green+Blue) = 171+161+56=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 56 (22.27% from 255 or 14.43% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA138 is #545EC7. Grayscale: #989898. Windows color (decimal): -5529288 or 3711403. OLE color: 3711403.
HSL color Cylindrical-coordinate representation of color #ABA138: hue angle of 54.78º degrees, saturation: 0.51, 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 #ABA138 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 56 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.33 |
| HSL | 54.78º | 0.51% | 0.45% | - |
| HSV(B) | 54.78º | 0.67% | 0.67% | - |
| XYZ | 30.25 | 34.43 | 8.79 | - |
| YUV | 152.02 | 73.81 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 56 | 0 | 0.06 | 0.67 | 0.33 | 54.78 | 0.51 | 0.45 |
| Hex | AB | A1 | 38 | 0 | 6 | 43 | 21 | 37 | 33 | 2D |
| Octal | 253 | 241 | 70 | 0 | 6 | 103 | 41 | 67 | 63 | 55 |
| Binary | 10101011 | 10100001 | 111000 | 0 | 110 | 1000011 | 100001 | 110111 | 110011 | 101101 |
Color Harmonies of #ABA138
Complementary color
Monochromatic Colors of #ABA138
Black with #ABA138
Text Example
Text Example
White with #ABA138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA138; }
p { color: rgb(171,161,56); }
H1.HeaderClassName
{
color: #ABA138;
}
.AnyTagClassName
{
color: #ABA138;
}
</style>
background-color css
<style>
a { background-color: #ABA138; }
a { background-color: rgb(171,161,56); }
div.DivClassName
{
background-color: #ABA138;
}
.BgClassName
{
background-color: #ABA138;
}
</style>
border-color css
<style>
span { border-color: #ABA138; }
span { border-color: rgb(171,161,56); }
td.TdClassName
{
border-color: #ABA138;
}
.TagClassName
{
border-color: #ABA138;
}
</style>