Shades of Brass #AC9C41
Tints of Brass #AC9C41
RGB
CMYK
RGB Variations
Color information
#AC9C41 (or 0xAC9C41) is known color: Brass. HEX triplet: AC, 9C and 41. RGB value is (172,156,65). Sum of RGB (Red+Green+Blue) = 172+156+65=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9C41 is #5363BE. Grayscale: #969696. Windows color (decimal): -5465023 or 4299948. OLE color: 4299948.
HSL color Cylindrical-coordinate representation of color #AC9C41: hue angle of 51.03º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC9C41 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 156 | 65 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.33 |
| HSL | 51.03º | 0.45% | 0.46% | - |
| HSV(B) | 51.03º | 0.62% | 0.67% | - |
| XYZ | 29.86 | 32.93 | 9.78 | - |
| YUV | 150.41 | 79.8 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 65 | 0 | 0.09 | 0.62 | 0.33 | 51.03 | 0.45 | 0.46 |
| Hex | AC | 9C | 41 | 0 | 9 | 3E | 21 | 33 | 2D | 2E |
| Octal | 254 | 234 | 101 | 0 | 11 | 76 | 41 | 63 | 55 | 56 |
| Binary | 10101100 | 10011100 | 1000001 | 0 | 1001 | 111110 | 100001 | 110011 | 101101 | 101110 |
Color Harmonies of #AC9C41
Complementary color
Monochromatic Colors of #AC9C41
Black with #AC9C41
Text Example
Text Example
White with #AC9C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9C41; }
p { color: rgb(172,156,65); }
H1.HeaderClassName
{
color: #AC9C41;
}
.AnyTagClassName
{
color: #AC9C41;
}
</style>
background-color css
<style>
a { background-color: #AC9C41; }
a { background-color: rgb(172,156,65); }
div.DivClassName
{
background-color: #AC9C41;
}
.BgClassName
{
background-color: #AC9C41;
}
</style>
border-color css
<style>
span { border-color: #AC9C41; }
span { border-color: rgb(172,156,65); }
td.TdClassName
{
border-color: #AC9C41;
}
.TagClassName
{
border-color: #AC9C41;
}
</style>