Shades of Brass #ACB23D
Tints of Brass #ACB23D
RGB
CMYK
RGB Variations
Color information
#ACB23D (or 0xACB23D) is known color: Brass. HEX triplet: AC, B2 and 3D. RGB value is (172,178,61). Sum of RGB (Red+Green+Blue) = 172+178+61=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB23D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB23D is #534DC2. Grayscale: #A3A3A3. Windows color (decimal): -5459395 or 4043436. OLE color: 4043436.
HSL color Cylindrical-coordinate representation of color #ACB23D: hue angle of 63.08º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACB23D is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 61 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.30 |
| HSL | 63.08º | 0.49% | 0.47% | - |
| HSV(B) | 63.08º | 0.66% | 0.7% | - |
| XYZ | 33.78 | 40.95 | 10.54 | - |
| YUV | 162.87 | 70.51 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 61 | 0.03 | 0 | 0.66 | 0.30 | 63.08 | 0.49 | 0.47 |
| Hex | AC | B2 | 3D | 3 | 0 | 42 | 1E | 3F | 31 | 2F |
| Octal | 254 | 262 | 75 | 3 | 0 | 102 | 36 | 77 | 61 | 57 |
| Binary | 10101100 | 10110010 | 111101 | 11 | 0 | 1000010 | 11110 | 111111 | 110001 | 101111 |
Color Harmonies of #ACB23D
Complementary color
Monochromatic Colors of #ACB23D
Black with #ACB23D
Text Example
Text Example
White with #ACB23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB23D; }
p { color: rgb(172,178,61); }
H1.HeaderClassName
{
color: #ACB23D;
}
.AnyTagClassName
{
color: #ACB23D;
}
</style>
background-color css
<style>
a { background-color: #ACB23D; }
a { background-color: rgb(172,178,61); }
div.DivClassName
{
background-color: #ACB23D;
}
.BgClassName
{
background-color: #ACB23D;
}
</style>
border-color css
<style>
span { border-color: #ACB23D; }
span { border-color: rgb(172,178,61); }
td.TdClassName
{
border-color: #ACB23D;
}
.TagClassName
{
border-color: #ACB23D;
}
</style>