Shades of Brass #ABA147
Tints of Brass #ABA147
RGB
CMYK
RGB Variations
Color information
#ABA147 (or 0xABA147) is known color: Brass. HEX triplet: AB, A1 and 47. RGB value is (171,161,71). Sum of RGB (Red+Green+Blue) = 171+161+71=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 71 (28.12% from 255 or 17.62% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA147 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA147 is #545EB8. Grayscale: #9A9A9A. Windows color (decimal): -5529273 or 4694443. OLE color: 4694443.
HSL color Cylindrical-coordinate representation of color #ABA147: hue angle of 54º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ABA147 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 71 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.33 |
| HSL | 54º | 0.41% | 0.47% | - |
| HSV(B) | 54º | 0.58% | 0.67% | - |
| XYZ | 30.68 | 34.6 | 11.02 | - |
| YUV | 153.73 | 81.31 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 71 | 0 | 0.06 | 0.58 | 0.33 | 54 | 0.41 | 0.47 |
| Hex | AB | A1 | 47 | 0 | 6 | 3A | 21 | 36 | 29 | 2F |
| Octal | 253 | 241 | 107 | 0 | 6 | 72 | 41 | 66 | 51 | 57 |
| Binary | 10101011 | 10100001 | 1000111 | 0 | 110 | 111010 | 100001 | 110110 | 101001 | 101111 |
Color Harmonies of #ABA147
Complementary color
Monochromatic Colors of #ABA147
Black with #ABA147
Text Example
Text Example
White with #ABA147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA147; }
p { color: rgb(171,161,71); }
H1.HeaderClassName
{
color: #ABA147;
}
.AnyTagClassName
{
color: #ABA147;
}
</style>
background-color css
<style>
a { background-color: #ABA147; }
a { background-color: rgb(171,161,71); }
div.DivClassName
{
background-color: #ABA147;
}
.BgClassName
{
background-color: #ABA147;
}
</style>
border-color css
<style>
span { border-color: #ABA147; }
span { border-color: rgb(171,161,71); }
td.TdClassName
{
border-color: #ABA147;
}
.TagClassName
{
border-color: #ABA147;
}
</style>