Shades of Brass #ACAC3C
Tints of Brass #ACAC3C
RGB
CMYK
RGB Variations
Color information
#ACAC3C (or 0xACAC3C) is known color: Brass. HEX triplet: AC, AC and 3C. RGB value is (172,172,60). Sum of RGB (Red+Green+Blue) = 172+172+60=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAC3C is #5353C3. Grayscale: #9F9F9F. Windows color (decimal): -5460932 or 3976364. OLE color: 3976364.
HSL color Cylindrical-coordinate representation of color #ACAC3C: hue angle of 60º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACAC3C is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 172 | 60 | - |
CMYK | 0 | 0 | 0.65 | 0.33 |
HSL | 60º | 0.48% | 0.45% | - |
HSV(B) | 60º | 0.65% | 0.67% | - |
XYZ | 32.58 | 38.6 | 10.01 | - |
YUV | 159.23 | 72 | 137.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 172 | 60 | 0 | 0 | 0.65 | 0.33 | 60 | 0.48 | 0.45 |
Hex | AC | AC | 3C | 0 | 0 | 41 | 21 | 3C | 30 | 2D |
Octal | 254 | 254 | 74 | 0 | 0 | 101 | 41 | 74 | 60 | 55 |
Binary | 10101100 | 10101100 | 111100 | 0 | 0 | 1000001 | 100001 | 111100 | 110000 | 101101 |
Color Harmonies of #ACAC3C
Complementary color
Monochromatic Colors of #ACAC3C
Black with #ACAC3C
Text Example
Text Example
White with #ACAC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAC3C; }
p { color: rgb(172,172,60); }
H1.HeaderClassName
{
color: #ACAC3C;
}
.AnyTagClassName
{
color: #ACAC3C;
}
</style>
background-color css
<style>
a { background-color: #ACAC3C; }
a { background-color: rgb(172,172,60); }
div.DivClassName
{
background-color: #ACAC3C;
}
.BgClassName
{
background-color: #ACAC3C;
}
</style>
border-color css
<style>
span { border-color: #ACAC3C; }
span { border-color: rgb(172,172,60); }
td.TdClassName
{
border-color: #ACAC3C;
}
.TagClassName
{
border-color: #ACAC3C;
}
</style>