Shades of Brass #ACAB4D
Tints of Brass #ACAB4D
RGB
CMYK
RGB Variations
Color information
#ACAB4D (or 0xACAB4D) is known color: Brass. HEX triplet: AC, AB and 4D. RGB value is (172,171,77). Sum of RGB (Red+Green+Blue) = 172+171+77=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB4D is #5354B2. Grayscale: #A0A0A0. Windows color (decimal): -5461171 or 5090220. OLE color: 5090220.
HSL color Cylindrical-coordinate representation of color #ACAB4D: hue angle of 59.37º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACAB4D is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 171 | 77 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.33 |
| HSL | 59.37º | 0.38% | 0.49% | - |
| HSV(B) | 59.37º | 0.55% | 0.67% | - |
| XYZ | 32.92 | 38.43 | 12.7 | - |
| YUV | 160.58 | 80.83 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 77 | 0 | 0.01 | 0.55 | 0.33 | 59.37 | 0.38 | 0.49 |
| Hex | AC | AB | 4D | 0 | 1 | 37 | 21 | 3B | 26 | 31 |
| Octal | 254 | 253 | 115 | 0 | 1 | 67 | 41 | 73 | 46 | 61 |
| Binary | 10101100 | 10101011 | 1001101 | 0 | 1 | 110111 | 100001 | 111011 | 100110 | 110001 |
Color Harmonies of #ACAB4D
Complementary color
Monochromatic Colors of #ACAB4D
Black with #ACAB4D
Text Example
Text Example
White with #ACAB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAB4D; }
p { color: rgb(172,171,77); }
H1.HeaderClassName
{
color: #ACAB4D;
}
.AnyTagClassName
{
color: #ACAB4D;
}
</style>
background-color css
<style>
a { background-color: #ACAB4D; }
a { background-color: rgb(172,171,77); }
div.DivClassName
{
background-color: #ACAB4D;
}
.BgClassName
{
background-color: #ACAB4D;
}
</style>
border-color css
<style>
span { border-color: #ACAB4D; }
span { border-color: rgb(172,171,77); }
td.TdClassName
{
border-color: #ACAB4D;
}
.TagClassName
{
border-color: #ACAB4D;
}
</style>