Shades of Brass #ABA132
Tints of Brass #ABA132
RGB
CMYK
RGB Variations
Color information
#ABA132 (or 0xABA132) is known color: Brass. HEX triplet: AB, A1 and 32. RGB value is (171,161,50). Sum of RGB (Red+Green+Blue) = 171+161+50=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 50 (19.92% from 255 or 13.09% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA132 is #545ECD. Grayscale: #979797. Windows color (decimal): -5529294 or 3318187. OLE color: 3318187.
HSL color Cylindrical-coordinate representation of color #ABA132: hue angle of 55.04º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ABA132 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 50 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.33 |
| HSL | 55.04º | 0.55% | 0.43% | - |
| HSV(B) | 55.04º | 0.71% | 0.67% | - |
| XYZ | 30.12 | 34.38 | 8.07 | - |
| YUV | 151.34 | 70.81 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 50 | 0 | 0.06 | 0.71 | 0.33 | 55.04 | 0.55 | 0.43 |
| Hex | AB | A1 | 32 | 0 | 6 | 47 | 21 | 37 | 37 | 2B |
| Octal | 253 | 241 | 62 | 0 | 6 | 107 | 41 | 67 | 67 | 53 |
| Binary | 10101011 | 10100001 | 110010 | 0 | 110 | 1000111 | 100001 | 110111 | 110111 | 101011 |
Color Harmonies of #ABA132
Complementary color
Monochromatic Colors of #ABA132
Black with #ABA132
Text Example
Text Example
White with #ABA132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA132; }
p { color: rgb(171,161,50); }
H1.HeaderClassName
{
color: #ABA132;
}
.AnyTagClassName
{
color: #ABA132;
}
</style>
background-color css
<style>
a { background-color: #ABA132; }
a { background-color: rgb(171,161,50); }
div.DivClassName
{
background-color: #ABA132;
}
.BgClassName
{
background-color: #ABA132;
}
</style>
border-color css
<style>
span { border-color: #ABA132; }
span { border-color: rgb(171,161,50); }
td.TdClassName
{
border-color: #ABA132;
}
.TagClassName
{
border-color: #ABA132;
}
</style>