Shades of Brass #AC9C3E
Tints of Brass #AC9C3E
RGB
CMYK
RGB Variations
Color information
#AC9C3E (or 0xAC9C3E) is known color: Brass. HEX triplet: AC, 9C and 3E. RGB value is (172,156,62). Sum of RGB (Red+Green+Blue) = 172+156+62=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 62 (24.61% from 255 or 15.90% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9C3E is #5363C1. Grayscale: #969696. Windows color (decimal): -5465026 or 4103340. OLE color: 4103340.
HSL color Cylindrical-coordinate representation of color #AC9C3E: hue angle of 51.27º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC9C3E is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 156 | 62 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.33 |
| HSL | 51.27º | 0.47% | 0.46% | - |
| HSV(B) | 51.27º | 0.64% | 0.67% | - |
| XYZ | 29.77 | 32.9 | 9.34 | - |
| YUV | 150.07 | 78.3 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 62 | 0 | 0.09 | 0.64 | 0.33 | 51.27 | 0.47 | 0.46 |
| Hex | AC | 9C | 3E | 0 | 9 | 40 | 21 | 33 | 2F | 2E |
| Octal | 254 | 234 | 76 | 0 | 11 | 100 | 41 | 63 | 57 | 56 |
| Binary | 10101100 | 10011100 | 111110 | 0 | 1001 | 1000000 | 100001 | 110011 | 101111 | 101110 |
Color Harmonies of #AC9C3E
Complementary color
Monochromatic Colors of #AC9C3E
Black with #AC9C3E
Text Example
Text Example
White with #AC9C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9C3E; }
p { color: rgb(172,156,62); }
H1.HeaderClassName
{
color: #AC9C3E;
}
.AnyTagClassName
{
color: #AC9C3E;
}
</style>
background-color css
<style>
a { background-color: #AC9C3E; }
a { background-color: rgb(172,156,62); }
div.DivClassName
{
background-color: #AC9C3E;
}
.BgClassName
{
background-color: #AC9C3E;
}
</style>
border-color css
<style>
span { border-color: #AC9C3E; }
span { border-color: rgb(172,156,62); }
td.TdClassName
{
border-color: #AC9C3E;
}
.TagClassName
{
border-color: #AC9C3E;
}
</style>