Shades of Brass #AC9C3F
Tints of Brass #AC9C3F
RGB
CMYK
RGB Variations
Color information
#AC9C3F (or 0xAC9C3F) is known color: Brass. HEX triplet: AC, 9C and 3F. RGB value is (172,156,63). Sum of RGB (Red+Green+Blue) = 172+156+63=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 63 (25% from 255 or 16.11% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9C3F is #5363C0. Grayscale: #969696. Windows color (decimal): -5465025 or 4168876. OLE color: 4168876.
HSL color Cylindrical-coordinate representation of color #AC9C3F: hue angle of 51.19º 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 #AC9C3F is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 156 | 63 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.33 |
| HSL | 51.19º | 0.46% | 0.46% | - |
| HSV(B) | 51.19º | 0.63% | 0.67% | - |
| XYZ | 29.8 | 32.91 | 9.48 | - |
| YUV | 150.18 | 78.8 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 63 | 0 | 0.09 | 0.63 | 0.33 | 51.19 | 0.46 | 0.46 |
| Hex | AC | 9C | 3F | 0 | 9 | 3F | 21 | 33 | 2E | 2E |
| Octal | 254 | 234 | 77 | 0 | 11 | 77 | 41 | 63 | 56 | 56 |
| Binary | 10101100 | 10011100 | 111111 | 0 | 1001 | 111111 | 100001 | 110011 | 101110 | 101110 |
Color Harmonies of #AC9C3F
Complementary color
Monochromatic Colors of #AC9C3F
Black with #AC9C3F
Text Example
Text Example
White with #AC9C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9C3F; }
p { color: rgb(172,156,63); }
H1.HeaderClassName
{
color: #AC9C3F;
}
.AnyTagClassName
{
color: #AC9C3F;
}
</style>
background-color css
<style>
a { background-color: #AC9C3F; }
a { background-color: rgb(172,156,63); }
div.DivClassName
{
background-color: #AC9C3F;
}
.BgClassName
{
background-color: #AC9C3F;
}
</style>
border-color css
<style>
span { border-color: #AC9C3F; }
span { border-color: rgb(172,156,63); }
td.TdClassName
{
border-color: #AC9C3F;
}
.TagClassName
{
border-color: #AC9C3F;
}
</style>