Shades of Brass #ACAC38
Tints of Brass #ACAC38
RGB
CMYK
RGB Variations
Color information
#ACAC38 (or 0xACAC38) is known color: Brass. HEX triplet: AC, AC and 38. RGB value is (172,172,56). Sum of RGB (Red+Green+Blue) = 172+172+56=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 56 (22.27% from 255 or 14% from 400); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAC38 is #5353C7. Grayscale: #9F9F9F. Windows color (decimal): -5460936 or 3714220. OLE color: 3714220.
HSL color Cylindrical-coordinate representation of color #ACAC38: hue angle of 60º 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 #ACAC38 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 172 | 56 | - |
| CMYK | 0 | 0 | 0.67 | 0.33 |
| HSL | 60º | 0.51% | 0.45% | - |
| HSV(B) | 60º | 0.67% | 0.67% | - |
| XYZ | 32.48 | 38.56 | 9.47 | - |
| YUV | 158.78 | 70 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 172 | 56 | 0 | 0 | 0.67 | 0.33 | 60 | 0.51 | 0.45 |
| Hex | AC | AC | 38 | 0 | 0 | 43 | 21 | 3C | 33 | 2D |
| Octal | 254 | 254 | 70 | 0 | 0 | 103 | 41 | 74 | 63 | 55 |
| Binary | 10101100 | 10101100 | 111000 | 0 | 0 | 1000011 | 100001 | 111100 | 110011 | 101101 |
Color Harmonies of #ACAC38
Complementary color
Monochromatic Colors of #ACAC38
Black with #ACAC38
Text Example
Text Example
White with #ACAC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAC38; }
p { color: rgb(172,172,56); }
H1.HeaderClassName
{
color: #ACAC38;
}
.AnyTagClassName
{
color: #ACAC38;
}
</style>
background-color css
<style>
a { background-color: #ACAC38; }
a { background-color: rgb(172,172,56); }
div.DivClassName
{
background-color: #ACAC38;
}
.BgClassName
{
background-color: #ACAC38;
}
</style>
border-color css
<style>
span { border-color: #ACAC38; }
span { border-color: rgb(172,172,56); }
td.TdClassName
{
border-color: #ACAC38;
}
.TagClassName
{
border-color: #ACAC38;
}
</style>