Shades of Brass #AC9E3E
Tints of Brass #AC9E3E
RGB
CMYK
RGB Variations
Color information
#AC9E3E (or 0xAC9E3E) is known color: Brass. HEX triplet: AC, 9E and 3E. RGB value is (172,158,62). Sum of RGB (Red+Green+Blue) = 172+158+62=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 62 (24.61% from 255 or 15.82% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9E3E is #5361C1. Grayscale: #979797. Windows color (decimal): -5464514 or 4103852. OLE color: 4103852.
HSL color Cylindrical-coordinate representation of color #AC9E3E: hue angle of 52.36º 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 #AC9E3E is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 158 | 62 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.33 |
| HSL | 52.36º | 0.47% | 0.46% | - |
| HSV(B) | 52.36º | 0.64% | 0.67% | - |
| XYZ | 30.11 | 33.57 | 9.45 | - |
| YUV | 151.24 | 77.64 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 158 | 62 | 0 | 0.08 | 0.64 | 0.33 | 52.36 | 0.47 | 0.46 |
| Hex | AC | 9E | 3E | 0 | 8 | 40 | 21 | 34 | 2F | 2E |
| Octal | 254 | 236 | 76 | 0 | 10 | 100 | 41 | 64 | 57 | 56 |
| Binary | 10101100 | 10011110 | 111110 | 0 | 1000 | 1000000 | 100001 | 110100 | 101111 | 101110 |
Color Harmonies of #AC9E3E
Complementary color
Monochromatic Colors of #AC9E3E
Black with #AC9E3E
Text Example
Text Example
White with #AC9E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9E3E; }
p { color: rgb(172,158,62); }
H1.HeaderClassName
{
color: #AC9E3E;
}
.AnyTagClassName
{
color: #AC9E3E;
}
</style>
background-color css
<style>
a { background-color: #AC9E3E; }
a { background-color: rgb(172,158,62); }
div.DivClassName
{
background-color: #AC9E3E;
}
.BgClassName
{
background-color: #AC9E3E;
}
</style>
border-color css
<style>
span { border-color: #AC9E3E; }
span { border-color: rgb(172,158,62); }
td.TdClassName
{
border-color: #AC9E3E;
}
.TagClassName
{
border-color: #AC9E3E;
}
</style>