Shades of Brass #ACAE40
Tints of Brass #ACAE40
RGB
CMYK
RGB Variations
Color information
#ACAE40 (or 0xACAE40) is known color: Brass. HEX triplet: AC, AE and 40. RGB value is (172,174,64). Sum of RGB (Red+Green+Blue) = 172+174+64=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAE40 is #5351BF. Grayscale: #A1A1A1. Windows color (decimal): -5460416 or 4239020. OLE color: 4239020.
HSL color Cylindrical-coordinate representation of color #ACAE40: hue angle of 61.09º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACAE40 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 174 | 64 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.32 |
| HSL | 61.09º | 0.46% | 0.47% | - |
| HSV(B) | 61.09º | 0.63% | 0.68% | - |
| XYZ | 33.07 | 39.41 | 10.71 | - |
| YUV | 160.86 | 73.34 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 174 | 64 | 0.01 | 0 | 0.63 | 0.32 | 61.09 | 0.46 | 0.47 |
| Hex | AC | AE | 40 | 1 | 0 | 3F | 20 | 3D | 2E | 2F |
| Octal | 254 | 256 | 100 | 1 | 0 | 77 | 40 | 75 | 56 | 57 |
| Binary | 10101100 | 10101110 | 1000000 | 1 | 0 | 111111 | 100000 | 111101 | 101110 | 101111 |
Color Harmonies of #ACAE40
Complementary color
Monochromatic Colors of #ACAE40
Black with #ACAE40
Text Example
Text Example
White with #ACAE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAE40; }
p { color: rgb(172,174,64); }
H1.HeaderClassName
{
color: #ACAE40;
}
.AnyTagClassName
{
color: #ACAE40;
}
</style>
background-color css
<style>
a { background-color: #ACAE40; }
a { background-color: rgb(172,174,64); }
div.DivClassName
{
background-color: #ACAE40;
}
.BgClassName
{
background-color: #ACAE40;
}
</style>
border-color css
<style>
span { border-color: #ACAE40; }
span { border-color: rgb(172,174,64); }
td.TdClassName
{
border-color: #ACAE40;
}
.TagClassName
{
border-color: #ACAE40;
}
</style>