Shades of Brass #ACB234
Tints of Brass #ACB234
RGB
CMYK
RGB Variations
Color information
#ACB234 (or 0xACB234) is known color: Brass. HEX triplet: AC, B2 and 34. RGB value is (172,178,52). Sum of RGB (Red+Green+Blue) = 172+178+52=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 178 (69.92% from 255 or 44.28% from 402); Blue value is 52 (20.70% from 255 or 12.94% from 402); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB234 is #534DCB. Grayscale: #A2A2A2. Windows color (decimal): -5459404 or 3453612. OLE color: 3453612.
HSL color Cylindrical-coordinate representation of color #ACB234: hue angle of 62.86º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACB234 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 52 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.30 |
| HSL | 62.86º | 0.55% | 0.45% | - |
| HSV(B) | 62.86º | 0.71% | 0.7% | - |
| XYZ | 33.55 | 40.86 | 9.37 | - |
| YUV | 161.84 | 66.01 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 52 | 0.03 | 0 | 0.71 | 0.30 | 62.86 | 0.55 | 0.45 |
| Hex | AC | B2 | 34 | 3 | 0 | 47 | 1E | 3F | 37 | 2D |
| Octal | 254 | 262 | 64 | 3 | 0 | 107 | 36 | 77 | 67 | 55 |
| Binary | 10101100 | 10110010 | 110100 | 11 | 0 | 1000111 | 11110 | 111111 | 110111 | 101101 |
Color Harmonies of #ACB234
Complementary color
Monochromatic Colors of #ACB234
Black with #ACB234
Text Example
Text Example
White with #ACB234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB234; }
p { color: rgb(172,178,52); }
H1.HeaderClassName
{
color: #ACB234;
}
.AnyTagClassName
{
color: #ACB234;
}
</style>
background-color css
<style>
a { background-color: #ACB234; }
a { background-color: rgb(172,178,52); }
div.DivClassName
{
background-color: #ACB234;
}
.BgClassName
{
background-color: #ACB234;
}
</style>
border-color css
<style>
span { border-color: #ACB234; }
span { border-color: rgb(172,178,52); }
td.TdClassName
{
border-color: #ACB234;
}
.TagClassName
{
border-color: #ACB234;
}
</style>