Shades of Brass #ACAC4A
Tints of Brass #ACAC4A
RGB
CMYK
RGB Variations
Color information
#ACAC4A (or 0xACAC4A) is known color: Brass. HEX triplet: AC, AC and 4A. RGB value is (172,172,74). Sum of RGB (Red+Green+Blue) = 172+172+74=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAC4A is #5353B5. Grayscale: #A1A1A1. Windows color (decimal): -5460918 or 4893868. OLE color: 4893868.
HSL color Cylindrical-coordinate representation of color #ACAC4A: hue angle of 60º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACAC4A is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 172 | 74 | - |
| CMYK | 0 | 0 | 0.57 | 0.33 |
| HSL | 60º | 0.4% | 0.48% | - |
| HSV(B) | 60º | 0.57% | 0.67% | - |
| XYZ | 33 | 38.77 | 12.22 | - |
| YUV | 160.83 | 79 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 172 | 74 | 0 | 0 | 0.57 | 0.33 | 60 | 0.4 | 0.48 |
| Hex | AC | AC | 4A | 0 | 0 | 39 | 21 | 3C | 28 | 30 |
| Octal | 254 | 254 | 112 | 0 | 0 | 71 | 41 | 74 | 50 | 60 |
| Binary | 10101100 | 10101100 | 1001010 | 0 | 0 | 111001 | 100001 | 111100 | 101000 | 110000 |
Color Harmonies of #ACAC4A
Complementary color
Monochromatic Colors of #ACAC4A
Black with #ACAC4A
Text Example
Text Example
White with #ACAC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAC4A; }
p { color: rgb(172,172,74); }
H1.HeaderClassName
{
color: #ACAC4A;
}
.AnyTagClassName
{
color: #ACAC4A;
}
</style>
background-color css
<style>
a { background-color: #ACAC4A; }
a { background-color: rgb(172,172,74); }
div.DivClassName
{
background-color: #ACAC4A;
}
.BgClassName
{
background-color: #ACAC4A;
}
</style>
border-color css
<style>
span { border-color: #ACAC4A; }
span { border-color: rgb(172,172,74); }
td.TdClassName
{
border-color: #ACAC4A;
}
.TagClassName
{
border-color: #ACAC4A;
}
</style>