Shades of Brass #ACA139
Tints of Brass #ACA139
RGB
CMYK
RGB Variations
Color information
#ACA139 (or 0xACA139) is known color: Brass. HEX triplet: AC, A1 and 39. RGB value is (172,161,57). Sum of RGB (Red+Green+Blue) = 172+161+57=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 57 (22.66% from 255 or 14.62% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA139 is #535EC6. Grayscale: #989898. Windows color (decimal): -5463751 or 3776940. OLE color: 3776940.
HSL color Cylindrical-coordinate representation of color #ACA139: hue angle of 54.26º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACA139 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 161 | 57 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.33 |
| HSL | 54.26º | 0.5% | 0.45% | - |
| HSV(B) | 54.26º | 0.67% | 0.67% | - |
| XYZ | 30.5 | 34.56 | 8.93 | - |
| YUV | 152.43 | 74.14 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 161 | 57 | 0 | 0.06 | 0.67 | 0.33 | 54.26 | 0.5 | 0.45 |
| Hex | AC | A1 | 39 | 0 | 6 | 43 | 21 | 36 | 32 | 2D |
| Octal | 254 | 241 | 71 | 0 | 6 | 103 | 41 | 66 | 62 | 55 |
| Binary | 10101100 | 10100001 | 111001 | 0 | 110 | 1000011 | 100001 | 110110 | 110010 | 101101 |
Color Harmonies of #ACA139
Complementary color
Monochromatic Colors of #ACA139
Black with #ACA139
Text Example
Text Example
White with #ACA139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA139; }
p { color: rgb(172,161,57); }
H1.HeaderClassName
{
color: #ACA139;
}
.AnyTagClassName
{
color: #ACA139;
}
</style>
background-color css
<style>
a { background-color: #ACA139; }
a { background-color: rgb(172,161,57); }
div.DivClassName
{
background-color: #ACA139;
}
.BgClassName
{
background-color: #ACA139;
}
</style>
border-color css
<style>
span { border-color: #ACA139; }
span { border-color: rgb(172,161,57); }
td.TdClassName
{
border-color: #ACA139;
}
.TagClassName
{
border-color: #ACA139;
}
</style>