Shades of Brass #ACB23B
Tints of Brass #ACB23B
RGB
CMYK
RGB Variations
Color information
#ACB23B (or 0xACB23B) is known color: Brass. HEX triplet: AC, B2 and 3B. RGB value is (172,178,59). Sum of RGB (Red+Green+Blue) = 172+178+59=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 59 (23.44% from 255 or 14.43% from 409); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB23B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB23B is #534DC4. Grayscale: #A3A3A3. Windows color (decimal): -5459397 or 3912364. OLE color: 3912364.
HSL color Cylindrical-coordinate representation of color #ACB23B: hue angle of 63.03º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACB23B is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 59 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.30 |
| HSL | 63.03º | 0.5% | 0.46% | - |
| HSV(B) | 63.03º | 0.67% | 0.7% | - |
| XYZ | 33.72 | 40.93 | 10.26 | - |
| YUV | 162.64 | 69.51 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 59 | 0.03 | 0 | 0.67 | 0.30 | 63.03 | 0.5 | 0.46 |
| Hex | AC | B2 | 3B | 3 | 0 | 43 | 1E | 3F | 32 | 2E |
| Octal | 254 | 262 | 73 | 3 | 0 | 103 | 36 | 77 | 62 | 56 |
| Binary | 10101100 | 10110010 | 111011 | 11 | 0 | 1000011 | 11110 | 111111 | 110010 | 101110 |
Color Harmonies of #ACB23B
Complementary color
Monochromatic Colors of #ACB23B
Black with #ACB23B
Text Example
Text Example
White with #ACB23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB23B; }
p { color: rgb(172,178,59); }
H1.HeaderClassName
{
color: #ACB23B;
}
.AnyTagClassName
{
color: #ACB23B;
}
</style>
background-color css
<style>
a { background-color: #ACB23B; }
a { background-color: rgb(172,178,59); }
div.DivClassName
{
background-color: #ACB23B;
}
.BgClassName
{
background-color: #ACB23B;
}
</style>
border-color css
<style>
span { border-color: #ACB23B; }
span { border-color: rgb(172,178,59); }
td.TdClassName
{
border-color: #ACB23B;
}
.TagClassName
{
border-color: #ACB23B;
}
</style>