Shades of Brass #ACAB34
Tints of Brass #ACAB34
RGB
CMYK
RGB Variations
Color information
#ACAB34 (or 0xACAB34) is known color: Brass. HEX triplet: AC, AB and 34. RGB value is (172,171,52). Sum of RGB (Red+Green+Blue) = 172+171+52=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 52 (20.70% from 255 or 13.16% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAB34 is #5354CB. Grayscale: #9E9E9E. Windows color (decimal): -5461196 or 3451820. OLE color: 3451820.
HSL color Cylindrical-coordinate representation of color #ACAB34: 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 #ACAB34 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 171 | 52 | - |
| 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.2 | 38.14 | 8.91 | - |
| YUV | 157.73 | 68.33 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 52 | 0 | 0.01 | 0.70 | 0.33 | 59.5 | 0.54 | 0.44 |
| Hex | AC | AB | 34 | 0 | 1 | 46 | 21 | 3C | 36 | 2C |
| Octal | 254 | 253 | 64 | 0 | 1 | 106 | 41 | 74 | 66 | 54 |
| Binary | 10101100 | 10101011 | 110100 | 0 | 1 | 1000110 | 100001 | 111100 | 110110 | 101100 |
Color Harmonies of #ACAB34
Complementary color
Monochromatic Colors of #ACAB34
Black with #ACAB34
Text Example
Text Example
White with #ACAB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAB34; }
p { color: rgb(172,171,52); }
H1.HeaderClassName
{
color: #ACAB34;
}
.AnyTagClassName
{
color: #ACAB34;
}
</style>
background-color css
<style>
a { background-color: #ACAB34; }
a { background-color: rgb(172,171,52); }
div.DivClassName
{
background-color: #ACAB34;
}
.BgClassName
{
background-color: #ACAB34;
}
</style>
border-color css
<style>
span { border-color: #ACAB34; }
span { border-color: rgb(172,171,52); }
td.TdClassName
{
border-color: #ACAB34;
}
.TagClassName
{
border-color: #ACAB34;
}
</style>