Shades of Brass #ABA135
Tints of Brass #ABA135
RGB
CMYK
RGB Variations
Color information
#ABA135 (or 0xABA135) is known color: Brass. HEX triplet: AB, A1 and 35. RGB value is (171,161,53). Sum of RGB (Red+Green+Blue) = 171+161+53=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 53 (21.09% from 255 or 13.77% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA135 is #545ECA. Grayscale: #989898. Windows color (decimal): -5529291 or 3514795. OLE color: 3514795.
HSL color Cylindrical-coordinate representation of color #ABA135: hue angle of 54.92º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABA135 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 53 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.33 |
| HSL | 54.92º | 0.53% | 0.44% | - |
| HSV(B) | 54.92º | 0.69% | 0.67% | - |
| XYZ | 30.18 | 34.4 | 8.42 | - |
| YUV | 151.68 | 72.31 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 53 | 0 | 0.06 | 0.69 | 0.33 | 54.92 | 0.53 | 0.44 |
| Hex | AB | A1 | 35 | 0 | 6 | 45 | 21 | 37 | 35 | 2C |
| Octal | 253 | 241 | 65 | 0 | 6 | 105 | 41 | 67 | 65 | 54 |
| Binary | 10101011 | 10100001 | 110101 | 0 | 110 | 1000101 | 100001 | 110111 | 110101 | 101100 |
Color Harmonies of #ABA135
Complementary color
Monochromatic Colors of #ABA135
Black with #ABA135
Text Example
Text Example
White with #ABA135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA135; }
p { color: rgb(171,161,53); }
H1.HeaderClassName
{
color: #ABA135;
}
.AnyTagClassName
{
color: #ABA135;
}
</style>
background-color css
<style>
a { background-color: #ABA135; }
a { background-color: rgb(171,161,53); }
div.DivClassName
{
background-color: #ABA135;
}
.BgClassName
{
background-color: #ABA135;
}
</style>
border-color css
<style>
span { border-color: #ABA135; }
span { border-color: rgb(171,161,53); }
td.TdClassName
{
border-color: #ABA135;
}
.TagClassName
{
border-color: #ABA135;
}
</style>