Shades of Brass #AC9F40
Tints of Brass #AC9F40
RGB
CMYK
RGB Variations
Color information
#AC9F40 (or 0xAC9F40) is known color: Brass. HEX triplet: AC, 9F and 40. RGB value is (172,159,64). Sum of RGB (Red+Green+Blue) = 172+159+64=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9F40 is #5360BF. Grayscale: #989898. Windows color (decimal): -5464256 or 4235180. OLE color: 4235180.
HSL color Cylindrical-coordinate representation of color #AC9F40: hue angle of 52.78º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC9F40 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 159 | 64 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.33 |
| HSL | 52.78º | 0.46% | 0.46% | - |
| HSV(B) | 52.78º | 0.63% | 0.67% | - |
| XYZ | 30.34 | 33.94 | 9.8 | - |
| YUV | 152.06 | 78.31 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 159 | 64 | 0 | 0.08 | 0.63 | 0.33 | 52.78 | 0.46 | 0.46 |
| Hex | AC | 9F | 40 | 0 | 8 | 3F | 21 | 35 | 2E | 2E |
| Octal | 254 | 237 | 100 | 0 | 10 | 77 | 41 | 65 | 56 | 56 |
| Binary | 10101100 | 10011111 | 1000000 | 0 | 1000 | 111111 | 100001 | 110101 | 101110 | 101110 |
Color Harmonies of #AC9F40
Complementary color
Monochromatic Colors of #AC9F40
Black with #AC9F40
Text Example
Text Example
White with #AC9F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9F40; }
p { color: rgb(172,159,64); }
H1.HeaderClassName
{
color: #AC9F40;
}
.AnyTagClassName
{
color: #AC9F40;
}
</style>
background-color css
<style>
a { background-color: #AC9F40; }
a { background-color: rgb(172,159,64); }
div.DivClassName
{
background-color: #AC9F40;
}
.BgClassName
{
background-color: #AC9F40;
}
</style>
border-color css
<style>
span { border-color: #AC9F40; }
span { border-color: rgb(172,159,64); }
td.TdClassName
{
border-color: #AC9F40;
}
.TagClassName
{
border-color: #AC9F40;
}
</style>