Shades of Brass #ACB03C
Tints of Brass #ACB03C
RGB
CMYK
RGB Variations
Color information
#ACB03C (or 0xACB03C) is known color: Brass. HEX triplet: AC, B0 and 3C. RGB value is (172,176,60). Sum of RGB (Red+Green+Blue) = 172+176+60=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 60 (23.83% from 255 or 14.71% from 408); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB03C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB03C is #534FC3. Grayscale: #A2A2A2. Windows color (decimal): -5459908 or 3977388. OLE color: 3977388.
HSL color Cylindrical-coordinate representation of color #ACB03C: hue angle of 62.07º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACB03C is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 60 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.31 |
| HSL | 62.07º | 0.49% | 0.46% | - |
| HSV(B) | 62.07º | 0.66% | 0.69% | - |
| XYZ | 33.35 | 40.15 | 10.27 | - |
| YUV | 161.58 | 70.67 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 60 | 0.02 | 0 | 0.66 | 0.31 | 62.07 | 0.49 | 0.46 |
| Hex | AC | B0 | 3C | 2 | 0 | 42 | 1F | 3E | 31 | 2E |
| Octal | 254 | 260 | 74 | 2 | 0 | 102 | 37 | 76 | 61 | 56 |
| Binary | 10101100 | 10110000 | 111100 | 10 | 0 | 1000010 | 11111 | 111110 | 110001 | 101110 |
Color Harmonies of #ACB03C
Complementary color
Monochromatic Colors of #ACB03C
Black with #ACB03C
Text Example
Text Example
White with #ACB03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB03C; }
p { color: rgb(172,176,60); }
H1.HeaderClassName
{
color: #ACB03C;
}
.AnyTagClassName
{
color: #ACB03C;
}
</style>
background-color css
<style>
a { background-color: #ACB03C; }
a { background-color: rgb(172,176,60); }
div.DivClassName
{
background-color: #ACB03C;
}
.BgClassName
{
background-color: #ACB03C;
}
</style>
border-color css
<style>
span { border-color: #ACB03C; }
span { border-color: rgb(172,176,60); }
td.TdClassName
{
border-color: #ACB03C;
}
.TagClassName
{
border-color: #ACB03C;
}
</style>