Shades of Brass #ABAC47
Tints of Brass #ABAC47
RGB
CMYK
RGB Variations
Color information
#ABAC47 (or 0xABAC47) is known color: Brass. HEX triplet: AB, AC and 47. RGB value is (171,172,71). Sum of RGB (Red+Green+Blue) = 171+172+71=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 71 (28.12% from 255 or 17.15% from 414); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAC47 is #5453B8. Grayscale: #A0A0A0. Windows color (decimal): -5526457 or 4697259. OLE color: 4697259.
HSL color Cylindrical-coordinate representation of color #ABAC47: hue angle of 60.59º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ABAC47 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 71 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.33 |
| HSL | 60.59º | 0.42% | 0.48% | - |
| HSV(B) | 60.59º | 0.59% | 0.67% | - |
| XYZ | 32.68 | 38.62 | 11.69 | - |
| YUV | 160.19 | 77.67 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 71 | 0.01 | 0 | 0.59 | 0.33 | 60.59 | 0.42 | 0.48 |
| Hex | AB | AC | 47 | 1 | 0 | 3B | 21 | 3D | 2A | 30 |
| Octal | 253 | 254 | 107 | 1 | 0 | 73 | 41 | 75 | 52 | 60 |
| Binary | 10101011 | 10101100 | 1000111 | 1 | 0 | 111011 | 100001 | 111101 | 101010 | 110000 |
Color Harmonies of #ABAC47
Complementary color
Monochromatic Colors of #ABAC47
Black with #ABAC47
Text Example
Text Example
White with #ABAC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC47; }
p { color: rgb(171,172,71); }
H1.HeaderClassName
{
color: #ABAC47;
}
.AnyTagClassName
{
color: #ABAC47;
}
</style>
background-color css
<style>
a { background-color: #ABAC47; }
a { background-color: rgb(171,172,71); }
div.DivClassName
{
background-color: #ABAC47;
}
.BgClassName
{
background-color: #ABAC47;
}
</style>
border-color css
<style>
span { border-color: #ABAC47; }
span { border-color: rgb(171,172,71); }
td.TdClassName
{
border-color: #ABAC47;
}
.TagClassName
{
border-color: #ABAC47;
}
</style>