Shades of Brass #ACB335
Tints of Brass #ACB335
RGB
CMYK
RGB Variations
Color information
#ACB335 (or 0xACB335) is known color: Brass. HEX triplet: AC, B3 and 35. RGB value is (172,179,53). Sum of RGB (Red+Green+Blue) = 172+179+53=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 53 (21.09% from 255 or 13.12% from 404); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB335 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB335 is #534CCA. Grayscale: #A3A3A3. Windows color (decimal): -5459147 or 3519404. OLE color: 3519404.
HSL color Cylindrical-coordinate representation of color #ACB335: hue angle of 63.33º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACB335 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 53 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.30 |
| HSL | 63.33º | 0.54% | 0.45% | - |
| HSV(B) | 63.33º | 0.7% | 0.7% | - |
| XYZ | 33.78 | 41.27 | 9.55 | - |
| YUV | 162.54 | 66.18 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 53 | 0.04 | 0 | 0.70 | 0.30 | 63.33 | 0.54 | 0.45 |
| Hex | AC | B3 | 35 | 4 | 0 | 46 | 1E | 3F | 36 | 2D |
| Octal | 254 | 263 | 65 | 4 | 0 | 106 | 36 | 77 | 66 | 55 |
| Binary | 10101100 | 10110011 | 110101 | 100 | 0 | 1000110 | 11110 | 111111 | 110110 | 101101 |
Color Harmonies of #ACB335
Complementary color
Monochromatic Colors of #ACB335
Black with #ACB335
Text Example
Text Example
White with #ACB335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB335; }
p { color: rgb(172,179,53); }
H1.HeaderClassName
{
color: #ACB335;
}
.AnyTagClassName
{
color: #ACB335;
}
</style>
background-color css
<style>
a { background-color: #ACB335; }
a { background-color: rgb(172,179,53); }
div.DivClassName
{
background-color: #ACB335;
}
.BgClassName
{
background-color: #ACB335;
}
</style>
border-color css
<style>
span { border-color: #ACB335; }
span { border-color: rgb(172,179,53); }
td.TdClassName
{
border-color: #ACB335;
}
.TagClassName
{
border-color: #ACB335;
}
</style>