Shades of Brass #ACAC3F
Tints of Brass #ACAC3F
RGB
CMYK
RGB Variations
Color information
#ACAC3F (or 0xACAC3F) is known color: Brass. HEX triplet: AC, AC and 3F. RGB value is (172,172,63). Sum of RGB (Red+Green+Blue) = 172+172+63=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 63 (25% from 255 or 15.48% from 407); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAC3F is #5353C0. Grayscale: #A0A0A0. Windows color (decimal): -5460929 or 4172972. OLE color: 4172972.
HSL color Cylindrical-coordinate representation of color #ACAC3F: hue angle of 60º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACAC3F is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 172 | 63 | - |
| CMYK | 0 | 0 | 0.63 | 0.33 |
| HSL | 60º | 0.46% | 0.46% | - |
| HSV(B) | 60º | 0.63% | 0.67% | - |
| XYZ | 32.66 | 38.63 | 10.44 | - |
| YUV | 159.57 | 73.5 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 172 | 63 | 0 | 0 | 0.63 | 0.33 | 60 | 0.46 | 0.46 |
| Hex | AC | AC | 3F | 0 | 0 | 3F | 21 | 3C | 2E | 2E |
| Octal | 254 | 254 | 77 | 0 | 0 | 77 | 41 | 74 | 56 | 56 |
| Binary | 10101100 | 10101100 | 111111 | 0 | 0 | 111111 | 100001 | 111100 | 101110 | 101110 |
Color Harmonies of #ACAC3F
Complementary color
Monochromatic Colors of #ACAC3F
Black with #ACAC3F
Text Example
Text Example
White with #ACAC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAC3F; }
p { color: rgb(172,172,63); }
H1.HeaderClassName
{
color: #ACAC3F;
}
.AnyTagClassName
{
color: #ACAC3F;
}
</style>
background-color css
<style>
a { background-color: #ACAC3F; }
a { background-color: rgb(172,172,63); }
div.DivClassName
{
background-color: #ACAC3F;
}
.BgClassName
{
background-color: #ACAC3F;
}
</style>
border-color css
<style>
span { border-color: #ACAC3F; }
span { border-color: rgb(172,172,63); }
td.TdClassName
{
border-color: #ACAC3F;
}
.TagClassName
{
border-color: #ACAC3F;
}
</style>