Shades of Brass #AC9C3A
Tints of Brass #AC9C3A
RGB
CMYK
RGB Variations
Color information
#AC9C3A (or 0xAC9C3A) is known color: Brass. HEX triplet: AC, 9C and 3A. RGB value is (172,156,58). Sum of RGB (Red+Green+Blue) = 172+156+58=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9C3A is #5363C5. Grayscale: #969696. Windows color (decimal): -5465030 or 3841196. OLE color: 3841196.
HSL color Cylindrical-coordinate representation of color #AC9C3A: hue angle of 51.58º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC9C3A is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 156 | 58 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.33 |
| HSL | 51.58º | 0.5% | 0.45% | - |
| HSV(B) | 51.58º | 0.66% | 0.67% | - |
| XYZ | 29.67 | 32.85 | 8.78 | - |
| YUV | 149.61 | 76.3 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 58 | 0 | 0.09 | 0.66 | 0.33 | 51.58 | 0.5 | 0.45 |
| Hex | AC | 9C | 3A | 0 | 9 | 42 | 21 | 34 | 32 | 2D |
| Octal | 254 | 234 | 72 | 0 | 11 | 102 | 41 | 64 | 62 | 55 |
| Binary | 10101100 | 10011100 | 111010 | 0 | 1001 | 1000010 | 100001 | 110100 | 110010 | 101101 |
Color Harmonies of #AC9C3A
Complementary color
Monochromatic Colors of #AC9C3A
Black with #AC9C3A
Text Example
Text Example
White with #AC9C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9C3A; }
p { color: rgb(172,156,58); }
H1.HeaderClassName
{
color: #AC9C3A;
}
.AnyTagClassName
{
color: #AC9C3A;
}
</style>
background-color css
<style>
a { background-color: #AC9C3A; }
a { background-color: rgb(172,156,58); }
div.DivClassName
{
background-color: #AC9C3A;
}
.BgClassName
{
background-color: #AC9C3A;
}
</style>
border-color css
<style>
span { border-color: #AC9C3A; }
span { border-color: rgb(172,156,58); }
td.TdClassName
{
border-color: #AC9C3A;
}
.TagClassName
{
border-color: #AC9C3A;
}
</style>