Shades of Brass #AC9C38
Tints of Brass #AC9C38
RGB
CMYK
RGB Variations
Color information
#AC9C38 (or 0xAC9C38) is known color: Brass. HEX triplet: AC, 9C and 38. RGB value is (172,156,56). Sum of RGB (Red+Green+Blue) = 172+156+56=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 56 (22.27% from 255 or 14.58% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9C38 is #5363C7. Grayscale: #959595. Windows color (decimal): -5465032 or 3710124. OLE color: 3710124.
HSL color Cylindrical-coordinate representation of color #AC9C38: hue angle of 51.72º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC9C38 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 156 | 56 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.33 |
| HSL | 51.72º | 0.51% | 0.45% | - |
| HSV(B) | 51.72º | 0.67% | 0.67% | - |
| XYZ | 29.62 | 32.83 | 8.52 | - |
| YUV | 149.38 | 75.3 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 56 | 0 | 0.09 | 0.67 | 0.33 | 51.72 | 0.51 | 0.45 |
| Hex | AC | 9C | 38 | 0 | 9 | 43 | 21 | 34 | 33 | 2D |
| Octal | 254 | 234 | 70 | 0 | 11 | 103 | 41 | 64 | 63 | 55 |
| Binary | 10101100 | 10011100 | 111000 | 0 | 1001 | 1000011 | 100001 | 110100 | 110011 | 101101 |
Color Harmonies of #AC9C38
Complementary color
Monochromatic Colors of #AC9C38
Black with #AC9C38
Text Example
Text Example
White with #AC9C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9C38; }
p { color: rgb(172,156,56); }
H1.HeaderClassName
{
color: #AC9C38;
}
.AnyTagClassName
{
color: #AC9C38;
}
</style>
background-color css
<style>
a { background-color: #AC9C38; }
a { background-color: rgb(172,156,56); }
div.DivClassName
{
background-color: #AC9C38;
}
.BgClassName
{
background-color: #AC9C38;
}
</style>
border-color css
<style>
span { border-color: #AC9C38; }
span { border-color: rgb(172,156,56); }
td.TdClassName
{
border-color: #AC9C38;
}
.TagClassName
{
border-color: #AC9C38;
}
</style>