Shades of Brass #ACAB40
Tints of Brass #ACAB40
RGB
CMYK
RGB Variations
Color information
#ACAB40 (or 0xACAB40) is known color: Brass. HEX triplet: AC, AB and 40. RGB value is (172,171,64). Sum of RGB (Red+Green+Blue) = 172+171+64=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAB40 is #5354BF. Grayscale: #9F9F9F. Windows color (decimal): -5461184 or 4238252. OLE color: 4238252.
HSL color Cylindrical-coordinate representation of color #ACAB40: hue angle of 59.44º 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 #ACAB40 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 171 | 64 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.33 |
| HSL | 59.44º | 0.46% | 0.46% | - |
| HSV(B) | 59.44º | 0.63% | 0.67% | - |
| XYZ | 32.5 | 38.27 | 10.52 | - |
| YUV | 159.1 | 74.33 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 64 | 0 | 0.01 | 0.63 | 0.33 | 59.44 | 0.46 | 0.46 |
| Hex | AC | AB | 40 | 0 | 1 | 3F | 21 | 3B | 2E | 2E |
| Octal | 254 | 253 | 100 | 0 | 1 | 77 | 41 | 73 | 56 | 56 |
| Binary | 10101100 | 10101011 | 1000000 | 0 | 1 | 111111 | 100001 | 111011 | 101110 | 101110 |
Color Harmonies of #ACAB40
Complementary color
Monochromatic Colors of #ACAB40
Black with #ACAB40
Text Example
Text Example
White with #ACAB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAB40; }
p { color: rgb(172,171,64); }
H1.HeaderClassName
{
color: #ACAB40;
}
.AnyTagClassName
{
color: #ACAB40;
}
</style>
background-color css
<style>
a { background-color: #ACAB40; }
a { background-color: rgb(172,171,64); }
div.DivClassName
{
background-color: #ACAB40;
}
.BgClassName
{
background-color: #ACAB40;
}
</style>
border-color css
<style>
span { border-color: #ACAB40; }
span { border-color: rgb(172,171,64); }
td.TdClassName
{
border-color: #ACAB40;
}
.TagClassName
{
border-color: #ACAB40;
}
</style>