Shades of Brass #ACAB33
Tints of Brass #ACAB33
RGB
CMYK
RGB Variations
Color information
#ACAB33 (or 0xACAB33) is known color: Brass. HEX triplet: AC, AB and 33. RGB value is (172,171,51). Sum of RGB (Red+Green+Blue) = 172+171+51=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 51 (20.31% from 255 or 12.94% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAB33 is #5354CC. Grayscale: #9E9E9E. Windows color (decimal): -5461197 or 3386284. OLE color: 3386284.
HSL color Cylindrical-coordinate representation of color #ACAB33: hue angle of 59.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACAB33 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 171 | 51 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.33 |
| HSL | 59.5º | 0.54% | 0.44% | - |
| HSV(B) | 59.5º | 0.7% | 0.67% | - |
| XYZ | 32.17 | 38.14 | 8.8 | - |
| YUV | 157.62 | 67.83 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 51 | 0 | 0.01 | 0.70 | 0.33 | 59.5 | 0.54 | 0.44 |
| Hex | AC | AB | 33 | 0 | 1 | 46 | 21 | 3C | 36 | 2C |
| Octal | 254 | 253 | 63 | 0 | 1 | 106 | 41 | 74 | 66 | 54 |
| Binary | 10101100 | 10101011 | 110011 | 0 | 1 | 1000110 | 100001 | 111100 | 110110 | 101100 |
Color Harmonies of #ACAB33
Complementary color
Monochromatic Colors of #ACAB33
Black with #ACAB33
Text Example
Text Example
White with #ACAB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAB33; }
p { color: rgb(172,171,51); }
H1.HeaderClassName
{
color: #ACAB33;
}
.AnyTagClassName
{
color: #ACAB33;
}
</style>
background-color css
<style>
a { background-color: #ACAB33; }
a { background-color: rgb(172,171,51); }
div.DivClassName
{
background-color: #ACAB33;
}
.BgClassName
{
background-color: #ACAB33;
}
</style>
border-color css
<style>
span { border-color: #ACAB33; }
span { border-color: rgb(172,171,51); }
td.TdClassName
{
border-color: #ACAB33;
}
.TagClassName
{
border-color: #ACAB33;
}
</style>