Shades of Brass #ACAA3E
Tints of Brass #ACAA3E
RGB
CMYK
RGB Variations
Color information
#ACAA3E (or 0xACAA3E) is known color: Brass. HEX triplet: AC, AA and 3E. RGB value is (172,170,62). Sum of RGB (Red+Green+Blue) = 172+170+62=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 62 (24.61% from 255 or 15.35% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAA3E is #5355C1. Grayscale: #9E9E9E. Windows color (decimal): -5461442 or 4106924. OLE color: 4106924.
HSL color Cylindrical-coordinate representation of color #ACAA3E: hue angle of 58.91º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACAA3E is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 170 | 62 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.33 |
| HSL | 58.91º | 0.47% | 0.46% | - |
| HSV(B) | 58.91º | 0.64% | 0.67% | - |
| XYZ | 32.26 | 37.87 | 10.17 | - |
| YUV | 158.29 | 73.66 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 170 | 62 | 0 | 0.01 | 0.64 | 0.33 | 58.91 | 0.47 | 0.46 |
| Hex | AC | AA | 3E | 0 | 1 | 40 | 21 | 3B | 2F | 2E |
| Octal | 254 | 252 | 76 | 0 | 1 | 100 | 41 | 73 | 57 | 56 |
| Binary | 10101100 | 10101010 | 111110 | 0 | 1 | 1000000 | 100001 | 111011 | 101111 | 101110 |
Color Harmonies of #ACAA3E
Complementary color
Monochromatic Colors of #ACAA3E
Black with #ACAA3E
Text Example
Text Example
White with #ACAA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAA3E; }
p { color: rgb(172,170,62); }
H1.HeaderClassName
{
color: #ACAA3E;
}
.AnyTagClassName
{
color: #ACAA3E;
}
</style>
background-color css
<style>
a { background-color: #ACAA3E; }
a { background-color: rgb(172,170,62); }
div.DivClassName
{
background-color: #ACAA3E;
}
.BgClassName
{
background-color: #ACAA3E;
}
</style>
border-color css
<style>
span { border-color: #ACAA3E; }
span { border-color: rgb(172,170,62); }
td.TdClassName
{
border-color: #ACAA3E;
}
.TagClassName
{
border-color: #ACAA3E;
}
</style>