Shades of Brass #ACAD40
Tints of Brass #ACAD40
RGB
CMYK
RGB Variations
Color information
#ACAD40 (or 0xACAD40) is known color: Brass. HEX triplet: AC, AD and 40. RGB value is (172,173,64). Sum of RGB (Red+Green+Blue) = 172+173+64=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAD40 is #5352BF. Grayscale: #A0A0A0. Windows color (decimal): -5460672 or 4238764. OLE color: 4238764.
HSL color Cylindrical-coordinate representation of color #ACAD40: hue angle of 60.55º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACAD40 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 173 | 64 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.32 |
| HSL | 60.55º | 0.46% | 0.46% | - |
| HSV(B) | 60.55º | 0.63% | 0.68% | - |
| XYZ | 32.88 | 39.03 | 10.65 | - |
| YUV | 160.28 | 73.67 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 173 | 64 | 0.01 | 0 | 0.63 | 0.32 | 60.55 | 0.46 | 0.46 |
| Hex | AC | AD | 40 | 1 | 0 | 3F | 20 | 3D | 2E | 2E |
| Octal | 254 | 255 | 100 | 1 | 0 | 77 | 40 | 75 | 56 | 56 |
| Binary | 10101100 | 10101101 | 1000000 | 1 | 0 | 111111 | 100000 | 111101 | 101110 | 101110 |
Color Harmonies of #ACAD40
Complementary color
Monochromatic Colors of #ACAD40
Black with #ACAD40
Text Example
Text Example
White with #ACAD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAD40; }
p { color: rgb(172,173,64); }
H1.HeaderClassName
{
color: #ACAD40;
}
.AnyTagClassName
{
color: #ACAD40;
}
</style>
background-color css
<style>
a { background-color: #ACAD40; }
a { background-color: rgb(172,173,64); }
div.DivClassName
{
background-color: #ACAD40;
}
.BgClassName
{
background-color: #ACAD40;
}
</style>
border-color css
<style>
span { border-color: #ACAD40; }
span { border-color: rgb(172,173,64); }
td.TdClassName
{
border-color: #ACAD40;
}
.TagClassName
{
border-color: #ACAD40;
}
</style>