Shades of Brass #ACAA32
Tints of Brass #ACAA32
RGB
CMYK
RGB Variations
Color information
#ACAA32 (or 0xACAA32) is known color: Brass. HEX triplet: AC, AA and 32. RGB value is (172,170,50). Sum of RGB (Red+Green+Blue) = 172+170+50=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 50 (19.92% from 255 or 12.76% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAA32 is #5355CD. Grayscale: #9D9D9D. Windows color (decimal): -5461454 or 3320492. OLE color: 3320492.
HSL color Cylindrical-coordinate representation of color #ACAA32: hue angle of 59.02º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACAA32 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 170 | 50 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.33 |
| HSL | 59.02º | 0.55% | 0.44% | - |
| HSV(B) | 59.02º | 0.71% | 0.67% | - |
| XYZ | 31.96 | 37.75 | 8.62 | - |
| YUV | 156.92 | 67.66 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 170 | 50 | 0 | 0.01 | 0.71 | 0.33 | 59.02 | 0.55 | 0.44 |
| Hex | AC | AA | 32 | 0 | 1 | 47 | 21 | 3B | 37 | 2C |
| Octal | 254 | 252 | 62 | 0 | 1 | 107 | 41 | 73 | 67 | 54 |
| Binary | 10101100 | 10101010 | 110010 | 0 | 1 | 1000111 | 100001 | 111011 | 110111 | 101100 |
Color Harmonies of #ACAA32
Complementary color
Monochromatic Colors of #ACAA32
Black with #ACAA32
Text Example
Text Example
White with #ACAA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAA32; }
p { color: rgb(172,170,50); }
H1.HeaderClassName
{
color: #ACAA32;
}
.AnyTagClassName
{
color: #ACAA32;
}
</style>
background-color css
<style>
a { background-color: #ACAA32; }
a { background-color: rgb(172,170,50); }
div.DivClassName
{
background-color: #ACAA32;
}
.BgClassName
{
background-color: #ACAA32;
}
</style>
border-color css
<style>
span { border-color: #ACAA32; }
span { border-color: rgb(172,170,50); }
td.TdClassName
{
border-color: #ACAA32;
}
.TagClassName
{
border-color: #ACAA32;
}
</style>