Shades of Brass #ACAB3A
Tints of Brass #ACAB3A
RGB
CMYK
RGB Variations
Color information
#ACAB3A (or 0xACAB3A) is known color: Brass. HEX triplet: AC, AB and 3A. RGB value is (172,171,58). Sum of RGB (Red+Green+Blue) = 172+171+58=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 58 (23.05% from 255 or 14.46% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAB3A is #5354C5. Grayscale: #9E9E9E. Windows color (decimal): -5461190 or 3845036. OLE color: 3845036.
HSL color Cylindrical-coordinate representation of color #ACAB3A: hue angle of 59.47º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACAB3A is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 171 | 58 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.33 |
| HSL | 59.47º | 0.5% | 0.45% | - |
| HSV(B) | 59.47º | 0.66% | 0.67% | - |
| XYZ | 32.34 | 38.2 | 9.67 | - |
| YUV | 158.42 | 71.33 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 58 | 0 | 0.01 | 0.66 | 0.33 | 59.47 | 0.5 | 0.45 |
| Hex | AC | AB | 3A | 0 | 1 | 42 | 21 | 3B | 32 | 2D |
| Octal | 254 | 253 | 72 | 0 | 1 | 102 | 41 | 73 | 62 | 55 |
| Binary | 10101100 | 10101011 | 111010 | 0 | 1 | 1000010 | 100001 | 111011 | 110010 | 101101 |
Color Harmonies of #ACAB3A
Complementary color
Monochromatic Colors of #ACAB3A
Black with #ACAB3A
Text Example
Text Example
White with #ACAB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAB3A; }
p { color: rgb(172,171,58); }
H1.HeaderClassName
{
color: #ACAB3A;
}
.AnyTagClassName
{
color: #ACAB3A;
}
</style>
background-color css
<style>
a { background-color: #ACAB3A; }
a { background-color: rgb(172,171,58); }
div.DivClassName
{
background-color: #ACAB3A;
}
.BgClassName
{
background-color: #ACAB3A;
}
</style>
border-color css
<style>
span { border-color: #ACAB3A; }
span { border-color: rgb(172,171,58); }
td.TdClassName
{
border-color: #ACAB3A;
}
.TagClassName
{
border-color: #ACAB3A;
}
</style>