Shades of Brass #ACAA3F
Tints of Brass #ACAA3F
RGB
CMYK
RGB Variations
Color information
#ACAA3F (or 0xACAA3F) is known color: Brass. HEX triplet: AC, AA and 3F. RGB value is (172,170,63). Sum of RGB (Red+Green+Blue) = 172+170+63=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAA3F is #5355C0. Grayscale: #9E9E9E. Windows color (decimal): -5461441 or 4172460. OLE color: 4172460.
HSL color Cylindrical-coordinate representation of color #ACAA3F: hue angle of 58.9º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACAA3F is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 170 | 63 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.33 |
| HSL | 58.9º | 0.46% | 0.46% | - |
| HSV(B) | 58.9º | 0.63% | 0.67% | - |
| XYZ | 32.29 | 37.88 | 10.31 | - |
| YUV | 158.4 | 74.16 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 170 | 63 | 0 | 0.01 | 0.63 | 0.33 | 58.9 | 0.46 | 0.46 |
| Hex | AC | AA | 3F | 0 | 1 | 3F | 21 | 3B | 2E | 2E |
| Octal | 254 | 252 | 77 | 0 | 1 | 77 | 41 | 73 | 56 | 56 |
| Binary | 10101100 | 10101010 | 111111 | 0 | 1 | 111111 | 100001 | 111011 | 101110 | 101110 |
Color Harmonies of #ACAA3F
Complementary color
Monochromatic Colors of #ACAA3F
Black with #ACAA3F
Text Example
Text Example
White with #ACAA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAA3F; }
p { color: rgb(172,170,63); }
H1.HeaderClassName
{
color: #ACAA3F;
}
.AnyTagClassName
{
color: #ACAA3F;
}
</style>
background-color css
<style>
a { background-color: #ACAA3F; }
a { background-color: rgb(172,170,63); }
div.DivClassName
{
background-color: #ACAA3F;
}
.BgClassName
{
background-color: #ACAA3F;
}
</style>
border-color css
<style>
span { border-color: #ACAA3F; }
span { border-color: rgb(172,170,63); }
td.TdClassName
{
border-color: #ACAA3F;
}
.TagClassName
{
border-color: #ACAA3F;
}
</style>