Shades of Brass #ACAC4C
Tints of Brass #ACAC4C
RGB
CMYK
RGB Variations
Color information
#ACAC4C (or 0xACAC4C) is known color: Brass. HEX triplet: AC, AC and 4C. RGB value is (172,172,76). Sum of RGB (Red+Green+Blue) = 172+172+76=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 76 (30.08% from 255 or 18.10% from 420); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAC4C is #5353B3. Grayscale: #A1A1A1. Windows color (decimal): -5460916 or 5024940. OLE color: 5024940.
HSL color Cylindrical-coordinate representation of color #ACAC4C: hue angle of 60º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACAC4C is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 172 | 76 | - |
| CMYK | 0 | 0 | 0.56 | 0.33 |
| HSL | 60º | 0.39% | 0.49% | - |
| HSV(B) | 60º | 0.56% | 0.67% | - |
| XYZ | 33.07 | 38.8 | 12.58 | - |
| YUV | 161.06 | 80 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 172 | 76 | 0 | 0 | 0.56 | 0.33 | 60 | 0.39 | 0.49 |
| Hex | AC | AC | 4C | 0 | 0 | 38 | 21 | 3C | 27 | 31 |
| Octal | 254 | 254 | 114 | 0 | 0 | 70 | 41 | 74 | 47 | 61 |
| Binary | 10101100 | 10101100 | 1001100 | 0 | 0 | 111000 | 100001 | 111100 | 100111 | 110001 |
Color Harmonies of #ACAC4C
Complementary color
Monochromatic Colors of #ACAC4C
Black with #ACAC4C
Text Example
Text Example
White with #ACAC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAC4C; }
p { color: rgb(172,172,76); }
H1.HeaderClassName
{
color: #ACAC4C;
}
.AnyTagClassName
{
color: #ACAC4C;
}
</style>
background-color css
<style>
a { background-color: #ACAC4C; }
a { background-color: rgb(172,172,76); }
div.DivClassName
{
background-color: #ACAC4C;
}
.BgClassName
{
background-color: #ACAC4C;
}
</style>
border-color css
<style>
span { border-color: #ACAC4C; }
span { border-color: rgb(172,172,76); }
td.TdClassName
{
border-color: #ACAC4C;
}
.TagClassName
{
border-color: #ACAC4C;
}
</style>