Shades of Brass #ACB044
Tints of Brass #ACB044
RGB
CMYK
RGB Variations
Color information
#ACB044 (or 0xACB044) is known color: Brass. HEX triplet: AC, B0 and 44. RGB value is (172,176,68). Sum of RGB (Red+Green+Blue) = 172+176+68=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB044 is #534FBB. Grayscale: #A2A2A2. Windows color (decimal): -5459900 or 4501676. OLE color: 4501676.
HSL color Cylindrical-coordinate representation of color #ACB044: hue angle of 62.22º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACB044 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 68 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.31 |
| HSL | 62.22º | 0.44% | 0.48% | - |
| HSV(B) | 62.22º | 0.61% | 0.69% | - |
| XYZ | 33.58 | 40.24 | 11.47 | - |
| YUV | 162.49 | 74.67 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 68 | 0.02 | 0 | 0.61 | 0.31 | 62.22 | 0.44 | 0.48 |
| Hex | AC | B0 | 44 | 2 | 0 | 3D | 1F | 3E | 2C | 30 |
| Octal | 254 | 260 | 104 | 2 | 0 | 75 | 37 | 76 | 54 | 60 |
| Binary | 10101100 | 10110000 | 1000100 | 10 | 0 | 111101 | 11111 | 111110 | 101100 | 110000 |
Color Harmonies of #ACB044
Complementary color
Monochromatic Colors of #ACB044
Black with #ACB044
Text Example
Text Example
White with #ACB044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB044; }
p { color: rgb(172,176,68); }
H1.HeaderClassName
{
color: #ACB044;
}
.AnyTagClassName
{
color: #ACB044;
}
</style>
background-color css
<style>
a { background-color: #ACB044; }
a { background-color: rgb(172,176,68); }
div.DivClassName
{
background-color: #ACB044;
}
.BgClassName
{
background-color: #ACB044;
}
</style>
border-color css
<style>
span { border-color: #ACB044; }
span { border-color: rgb(172,176,68); }
td.TdClassName
{
border-color: #ACB044;
}
.TagClassName
{
border-color: #ACB044;
}
</style>