Shades of Brass #ABAC4C
Tints of Brass #ABAC4C
RGB
CMYK
RGB Variations
Color information
#ABAC4C (or 0xABAC4C) is known color: Brass. HEX triplet: AB, AC and 4C. RGB value is (171,172,76). Sum of RGB (Red+Green+Blue) = 171+172+76=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 76 (30.08% from 255 or 18.14% from 419); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAC4C is #5453B3. Grayscale: #A1A1A1. Windows color (decimal): -5526452 or 5024939. OLE color: 5024939.
HSL color Cylindrical-coordinate representation of color #ABAC4C: hue angle of 60.63º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ABAC4C is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 76 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.33 |
| HSL | 60.63º | 0.39% | 0.49% | - |
| HSV(B) | 60.63º | 0.56% | 0.67% | - |
| XYZ | 32.85 | 38.68 | 12.57 | - |
| YUV | 160.76 | 80.17 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 76 | 0.01 | 0 | 0.56 | 0.33 | 60.63 | 0.39 | 0.49 |
| Hex | AB | AC | 4C | 1 | 0 | 38 | 21 | 3D | 27 | 31 |
| Octal | 253 | 254 | 114 | 1 | 0 | 70 | 41 | 75 | 47 | 61 |
| Binary | 10101011 | 10101100 | 1001100 | 1 | 0 | 111000 | 100001 | 111101 | 100111 | 110001 |
Color Harmonies of #ABAC4C
Complementary color
Monochromatic Colors of #ABAC4C
Black with #ABAC4C
Text Example
Text Example
White with #ABAC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC4C; }
p { color: rgb(171,172,76); }
H1.HeaderClassName
{
color: #ABAC4C;
}
.AnyTagClassName
{
color: #ABAC4C;
}
</style>
background-color css
<style>
a { background-color: #ABAC4C; }
a { background-color: rgb(171,172,76); }
div.DivClassName
{
background-color: #ABAC4C;
}
.BgClassName
{
background-color: #ABAC4C;
}
</style>
border-color css
<style>
span { border-color: #ABAC4C; }
span { border-color: rgb(171,172,76); }
td.TdClassName
{
border-color: #ABAC4C;
}
.TagClassName
{
border-color: #ABAC4C;
}
</style>