Shades of Brass #ACAC34
Tints of Brass #ACAC34
RGB
CMYK
RGB Variations
Color information
#ACAC34 (or 0xACAC34) is known color: Brass. HEX triplet: AC, AC and 34. RGB value is (172,172,52). Sum of RGB (Red+Green+Blue) = 172+172+52=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 52 (20.70% from 255 or 13.13% from 396); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAC34 is #5353CB. Grayscale: #9E9E9E. Windows color (decimal): -5460940 or 3452076. OLE color: 3452076.
HSL color Cylindrical-coordinate representation of color #ACAC34: hue angle of 60º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACAC34 is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 172 | 52 | - |
| CMYK | 0 | 0 | 0.70 | 0.33 |
| HSL | 60º | 0.54% | 0.44% | - |
| HSV(B) | 60º | 0.7% | 0.67% | - |
| XYZ | 32.39 | 38.52 | 8.98 | - |
| YUV | 158.32 | 68 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 172 | 52 | 0 | 0 | 0.70 | 0.33 | 60 | 0.54 | 0.44 |
| Hex | AC | AC | 34 | 0 | 0 | 46 | 21 | 3C | 36 | 2C |
| Octal | 254 | 254 | 64 | 0 | 0 | 106 | 41 | 74 | 66 | 54 |
| Binary | 10101100 | 10101100 | 110100 | 0 | 0 | 1000110 | 100001 | 111100 | 110110 | 101100 |
Color Harmonies of #ACAC34
Complementary color
Monochromatic Colors of #ACAC34
Black with #ACAC34
Text Example
Text Example
White with #ACAC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAC34; }
p { color: rgb(172,172,52); }
H1.HeaderClassName
{
color: #ACAC34;
}
.AnyTagClassName
{
color: #ACAC34;
}
</style>
background-color css
<style>
a { background-color: #ACAC34; }
a { background-color: rgb(172,172,52); }
div.DivClassName
{
background-color: #ACAC34;
}
.BgClassName
{
background-color: #ACAC34;
}
</style>
border-color css
<style>
span { border-color: #ACAC34; }
span { border-color: rgb(172,172,52); }
td.TdClassName
{
border-color: #ACAC34;
}
.TagClassName
{
border-color: #ACAC34;
}
</style>