Shades of Brass #AC9F32
Tints of Brass #AC9F32
RGB
CMYK
RGB Variations
Color information
#AC9F32 (or 0xAC9F32) is known color: Brass. HEX triplet: AC, 9F and 32. RGB value is (172,159,50). Sum of RGB (Red+Green+Blue) = 172+159+50=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 50 (19.92% from 255 or 13.12% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9F32 is #5360CD. Grayscale: #969696. Windows color (decimal): -5464270 or 3317676. OLE color: 3317676.
HSL color Cylindrical-coordinate representation of color #AC9F32: hue angle of 53.61º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC9F32 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 159 | 50 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.33 |
| HSL | 53.61º | 0.55% | 0.44% | - |
| HSV(B) | 53.61º | 0.71% | 0.67% | - |
| XYZ | 29.99 | 33.8 | 7.96 | - |
| YUV | 150.46 | 71.31 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 159 | 50 | 0 | 0.08 | 0.71 | 0.33 | 53.61 | 0.55 | 0.44 |
| Hex | AC | 9F | 32 | 0 | 8 | 47 | 21 | 36 | 37 | 2C |
| Octal | 254 | 237 | 62 | 0 | 10 | 107 | 41 | 66 | 67 | 54 |
| Binary | 10101100 | 10011111 | 110010 | 0 | 1000 | 1000111 | 100001 | 110110 | 110111 | 101100 |
Color Harmonies of #AC9F32
Complementary color
Monochromatic Colors of #AC9F32
Black with #AC9F32
Text Example
Text Example
White with #AC9F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9F32; }
p { color: rgb(172,159,50); }
H1.HeaderClassName
{
color: #AC9F32;
}
.AnyTagClassName
{
color: #AC9F32;
}
</style>
background-color css
<style>
a { background-color: #AC9F32; }
a { background-color: rgb(172,159,50); }
div.DivClassName
{
background-color: #AC9F32;
}
.BgClassName
{
background-color: #AC9F32;
}
</style>
border-color css
<style>
span { border-color: #AC9F32; }
span { border-color: rgb(172,159,50); }
td.TdClassName
{
border-color: #AC9F32;
}
.TagClassName
{
border-color: #AC9F32;
}
</style>