Shades of Brass #ACAA37
Tints of Brass #ACAA37
RGB
CMYK
RGB Variations
Color information
#ACAA37 (or 0xACAA37) is known color: Brass. HEX triplet: AC, AA and 37. RGB value is (172,170,55). Sum of RGB (Red+Green+Blue) = 172+170+55=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 55 (21.88% from 255 or 13.85% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAA37 is #5355C8. Grayscale: #9D9D9D. Windows color (decimal): -5461449 or 3648172. OLE color: 3648172.
HSL color Cylindrical-coordinate representation of color #ACAA37: hue angle of 58.97º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ACAA37 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 170 | 55 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.33 |
| HSL | 58.97º | 0.52% | 0.45% | - |
| HSV(B) | 58.97º | 0.68% | 0.67% | - |
| XYZ | 32.08 | 37.8 | 9.22 | - |
| YUV | 157.49 | 70.16 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 170 | 55 | 0 | 0.01 | 0.68 | 0.33 | 58.97 | 0.52 | 0.45 |
| Hex | AC | AA | 37 | 0 | 1 | 44 | 21 | 3B | 34 | 2D |
| Octal | 254 | 252 | 67 | 0 | 1 | 104 | 41 | 73 | 64 | 55 |
| Binary | 10101100 | 10101010 | 110111 | 0 | 1 | 1000100 | 100001 | 111011 | 110100 | 101101 |
Color Harmonies of #ACAA37
Complementary color
Monochromatic Colors of #ACAA37
Black with #ACAA37
Text Example
Text Example
White with #ACAA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAA37; }
p { color: rgb(172,170,55); }
H1.HeaderClassName
{
color: #ACAA37;
}
.AnyTagClassName
{
color: #ACAA37;
}
</style>
background-color css
<style>
a { background-color: #ACAA37; }
a { background-color: rgb(172,170,55); }
div.DivClassName
{
background-color: #ACAA37;
}
.BgClassName
{
background-color: #ACAA37;
}
</style>
border-color css
<style>
span { border-color: #ACAA37; }
span { border-color: rgb(172,170,55); }
td.TdClassName
{
border-color: #ACAA37;
}
.TagClassName
{
border-color: #ACAA37;
}
</style>